Forum

David_Ng
@david_ng
Reputable Member
Joined: Dec 5, 2016
Last seen: Jan 7, 2025
Topics: 44 / Replies: 266
Topic
6 years ago
Replies: 5
Views: 124
Reply
RE: Need a macro to compare two sheet data

Pls refer attach if can help.

6 years ago
Forum
Reply
RE: Need a macro to compare two sheet data

Or using countif formula, simple way out =COUNTIF(Sheet2!$A$2:$A$19,A2) =COUNTIF(Sheet2!$A$2:$A$19,A3) =COUNTIF(Sheet2...

6 years ago
Forum
Reply
RE: Macro for File save base on today

Philip, thanks again your effort Then, how to write the Macro to auto save the file in xlsx OR xlsm format, and at the same time the Work book...

6 years ago
Forum
Reply
RE: Macro for File save base on today

Thanks so much Philip! Yes , agreed it works with a separate file but not work in a Macro workbook. I capture the screen for reference but sorry...

6 years ago
Forum
Reply
RE: Macro for File save base on today

The macro work on a seprate Excel file but not in a macro workbook, which contains some other Macros

6 years ago
Forum
Topic
Forum
Replies: 5
Views: 126
Reply
6 years ago
Forum
Reply
6 years ago
Forum
Topic
Forum
Replies: 3
Views: 179
Reply
RE: extract text

=RIGHT($A1,FIND("(",$A1,1)+1)

6 years ago
Reply
RE: Macro to exclude the page Header

Thanks Philip, I manage to resolve it. so pls close this case.

6 years ago
Forum
Reply
RE: Macro to exclude the page Header

Sub RepeatRowsExceptLastPage() Dim xPages As Long, I As Integer, xRg As Range On Error Resume Next xPages = ActiveSheet.PageSetup.Pages.Count Set xRg ...

6 years ago
Forum
Topic
Forum
Replies: 4
Views: 88
Reply
RE: Excel 2003 Version pop up warning

OK , noted tks the clarifications.

6 years ago
Forum
Page 10 / 21