Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Excel - Collect Data

Hi Mel Not sure if this is what you are looking for. It would help if you can post a sample file with the expected result. Sunny

8 years ago
Reply
RE: Move & Print Macro

Hi Give this a try. No need to cut and paste. Just copy the data to the required range, print and then delete the range. Sub PrintData() Dim iCo...

8 years ago
Forum
Reply
RE: Sum function with "'>>:<<'!"

Hi Jessica When doing 3D summing, make sure that the new sheet(s) are added between the first sheet ">>" and last sheet "<<" else it wo...

8 years ago
Reply
RE: Store Conditional Formatting Using Macro

Hi David You did not mention which column is the date to filter. I am assuming it to be column W so change it to suit your needs. Sub FilterByDa...

8 years ago
Forum
Reply
RE: Sum function with "'>>:<<'!"

The only problem is a worksheet name cannot have a colon. Probably it is a semi colon

8 years ago
Reply
RE: Store Conditional Formatting Using Macro

Hi David See if this is what you wanted. Please note that the range, conditions, colors etc. have to be hard-coded. You will need to modify the ...

8 years ago
Forum
Reply
RE: Store Conditional Formatting Using Macro

Hi David Any reason why you would want to "store" the CF applied using VBA? Sunny

8 years ago
Forum
Reply
8 years ago
Forum
Reply
RE: Split base on two condition from a Master Record

Hi David Thanks for your nice comments. I have updated my earlier codes to include a progress bar that was created by Philip Treacy. Hope you li...

8 years ago
Forum
Reply
RE: OT Calculation: Calculate hours shared by two intervals

Hi Daniel The formula is quite long but you can give it a try. I have modified your formula in column H as I need to get the fraction portion of...

8 years ago
Reply
RE: Clear Downstream Dependent Data Validation Lists

Hi Paul Glad to know you have managed to resolve the problem. Cheers Sunny

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

Hi Paul I suggest if possible to attach a small portion of your file. I don't think it crashed as it didn't detect the change at all. Since you ...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

1) Press ALT+F11. 2) Click View - Immediate Window. It should appear at the bottom right of your screen. 3) Just type Application.EnableEvents=T...

8 years ago
Forum
Reply
RE: cal stock

Hi Mey See attachment. Sunny

8 years ago
Reply
RE: cal stock

Hi Mey That is a lot of questions. Please attach a sample file with the data and the expected results.

8 years ago
Page 63 / 95