Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Need a help to create parent-child relationship kind of userforms in excel

Hi Dashu, To define relationships, you can use a simple excel table: Parent Child UserForm1 UserForm2 UserForm1 UserForm...

5 years ago
Forum
Reply
RE: FX Measure In Power Pivot

Hi Hitesh, RunningSum = SUMX(FILTER(ALLSELECTED('Date'[Date]),'Date'[Date]<=MAX('Date'[Date])),[Active Head Count]) A month Count is needed: ...

5 years ago
Forum
Reply
RE: Power Query - Close & Load to...

Hi Justin, Looks like you are using the automatic combiner, which is not a good idea. Keep in mind that the combiner is not as flexible as it sh...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

Hi Zak, How would you highlight a missing value in a merged range? Please prepare an example to clarify this problem.

5 years ago
Forum
Reply
RE: Vba Selenium validate

Hi Jack, If you cannot login manually, the answer is in the site, you have to contact them.

5 years ago
Forum
Reply
RE: How to send an email at specific time based on dates in excel?

Instead of .Send, use .Display to see the email.

5 years ago
Forum
Reply
RE: VBA auto email in Excel file format

Here is an example that is using a RangeToHTML function, you can use it to pass the pivot range to email body.

5 years ago
Forum
Reply
RE: First Post! Hello All! Need help with extracting data to a userform

Hi Jonathan, Before launching the form, you can populate any fields you want: FormName.FieldName1.Value=Cells(Rw,"A").Value FormName.FieldName2...

5 years ago
Forum
Reply
RE: How to send an email at specific time based on dates in excel?

Hi Tina, The line that sends the email is disabled: '.Send Remove the apostrophy and will work

5 years ago
Forum
Reply
RE: Smoothing chart data

Hi Mourad, You will have to provide an excel file, with sample data that is required for those 4 arguments of the function you mentioned. The fu...

5 years ago
Forum
Reply
RE: VBA to send emails to seperate recipients based up on filter selection

Hi Sam, Here is an example that is attaching to a new email a PDF and one of the sheets saved as a new workbook. It also has the code to add a r...

5 years ago
Forum
Reply
RE: Combine or Concatenate Column with Text String

Most probably, the error says something like: "Cannot combine text and numbers" You have to make sure the data type is the same (text), basically this...

5 years ago
Forum
Reply
RE: specify which outlook address to send from

Hi Omar, Have you tried .SendUsingAccount?

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Include / exclude queries from “Refresh All”

You should accomodate with object browser in vba, will save you lots of time. In the image you can see all the properties for a connection obje...

5 years ago
Forum
Page 56 / 130