Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Use Sumifs with the Left function

left makes the result text - try adding a zero to make the result of left a number =Left(a1,6)+0

8 months ago
Reply
RE: WORKDAY.INTL giving incorrect result

Not sure if i have understood correctly (always best to add an example), but would the below work? =IF(ISNUMBER(MATCH(G5,$X$6:$X$13,0))=TRUE,WORKDA...

2 years ago
Reply
RE: Compare columns

i would use match, but i assume you will need to do a 2 way match =MATCH(TRIM(A2),TRIM(C:C),0)

3 years ago
Reply
RE: Retrieving data from saved emails (Outlook)

Not VBA but have you looked at getting emails in Power Query? you can connect directly to Microsoft Exchange and then just refresh - i know nothing...

4 years ago
Forum
Reply
RE: FolderExists function of the FileSystemObject

Please add a workbook example to see what we are looking at Personally i dont use FileSystemObject when checking if folders exist, i find it much e...

4 years ago
Forum
Reply
RE: What Formula Should I Select

Please add a worksheet rahter than a picture otherwise we have to waste time recrating data that already exists Do you want 5 to not have a colour?...

4 years ago
Reply
RE: Import data and numbers

i assume at some point the data was in a csv file? i would check how the file is being imported and see if it is being converted due to the comma ...

4 years ago
Forum
Reply
RE: Hide Rows Older Than 2 Weeks

wsLR = ws.Cells(Rows.Count,1).End(x1Up).Row Firstly it looks like you have a 1 in the xlup part instead of an L Secondly this is counting the ro...

4 years ago
Forum
Reply
RE: Looking to increase Macro efficiency

Can you add the macro in a work book and some test data so we dont have to recreate?

4 years ago
Forum
Reply
RE: Len Cells issue

Please add an example work book so we can see the code on context

4 years ago
Forum
Reply
RE: Print button to print specific cell in each row

Please add an example workbook and not a picture, that way we can see your code and adjust

4 years ago
Reply
RE: Word Table

Copy and paste? (sheet1) Embed as an object?(sheet2) Depends what you want to do with it

4 years ago
Reply
RE: Macro to clear Unwanted data from PDF Conversion

The black dimond question mark is unichar 65533 <=UNICODE(a8)>, once you have that you can run something like Sub CLEARRUBBISH() Cells.Rep...

4 years ago
Forum
Page 1 / 28