Forum

David_Ng
@david_ng
Reputable Member
Joined: Dec 5, 2016
Last seen: Jan 7, 2025
Topics: 44 / Replies: 266
Reply
RE: Tables data compare

Pls find attached sampls data file

6 years ago
Forum
Topic
Forum
Replies: 9
Views: 92
Reply
RE: DELETING OF ROWS WITH VALUES BELOW A CERTAIN RANGE

I tried and confirm the Syntex work. Thanks again Sunny.. If Not IsDate(Cells(i,1)) Then

6 years ago
Forum
Reply
RE: DELETING OF ROWS WITH VALUES BELOW A CERTAIN RANGE

Sub DelRows() Dim LastRow As Long Dim i As Long LastRow = Cells(Rows.Count, "A").End(xlUp).Row Application.ScreenUpdating = False For i = Las...

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: DELETING OF ROWS WITH VALUES BELOW A CERTAIN RANGE

How to modified teh VBA if this cell range contains multiple criteria , say " ABC co" , "Dept", "Allocation Code" , "Currency","Country" and to be...

6 years ago
Forum
Reply
RE: Add a GIF image to an Excel file

for demonstration can you proive one Execel file that show the gIf file works?

6 years ago
Reply
RE: Macro to transform System download data to column form

BUT CAN NOT DISLCOSE ACTUAL DATA IN THE FORUM, MAY BE I TRIED MANUIPULATE THE ACTUAL DATA AGAIN, SEE WHAT CAUSE THE PROBLEM..SORRY THE CONFUSION ...

6 years ago
Forum
Reply
RE: Macro to transform System download data to column form

I tried with the test data OK But when replace with actual ie data to run failed with following error. so what should I pay attention whe...

6 years ago
Forum
Reply
RE: Macro to transform System download data to column form

Data not genuine ie modified for macro extract purpose ..

6 years ago
Forum
Reply
RE: Macro to transform System download data to column form

Yes I know but they are consistent somehow, what I want is to extract the follow row data in column form filed data using a macro, detaisl filed to ...

6 years ago
Forum
Reply
RE: Macro to transform System download data to column form

sorry file size too big . now trim the file for testing

6 years ago
Forum
Topic
Reply
6 years ago
Forum
Page 12 / 21