Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 10, 2026
Topics: 61 / Replies: 1588
Reply
Reply
RE: Adding Random Numbers to Achieve Specific Total

Hi Rhee, Are you always looking for 3 factors? Will the total always be 9? When you say 'continuously generate' are you looking to find all facto...

6 years ago
Reply
RE: VBA code to Click on the load more button

Hi Rajsha, I wrote a post on interacting with webpages which may be of help to you Web scraping filling in forms But if the website uses...

6 years ago
Forum
Reply
RE: How to copy varying table range in excel and paste it in word as picture

Hi Sammy, Without seeing your workbook I can't give you my 'best' answer. I don't know what data you are trying to copy. Perhaps you could form...

6 years ago
Forum
Reply
RE: VBA code to Click on the load more button

Hi Rajsha, It sounds like you are trying to click a button on a web page to go to the next page and get the data on that next page. I'll need to...

6 years ago
Forum
Reply
RE: Adding Random Numbers to Achieve Specific Total

Hi Rhee, If the value in B5 is fixed, then you are limited to the 'random' numbers you can use to in ColA that add up to the sum in B5. I don't se...

6 years ago
Reply
Reply
RE: Create a Data Validation with Multi Selection

Hi Maruizio, See attached workbook for working code. You'll need to modify it to use your own data validation list. Regards Phil

6 years ago
Forum
Reply
RE: Looking for guidance on converting time calculations

Hi Nelson, Try the attached file, no VBA needed. Regards Phil

6 years ago
Forum
Reply
RE: How to remove spaces on this excel

Hi, I'm not sure where these spaces are that you refer to, you haven't been clear. But if you are trying to remove spaces from the start and end o...

6 years ago
Reply
RE: Generate multiple output files for multiple input files in the same format

Hi Lydia, If you end up with 50 sheets you can save each one as a workbook using the attached VBA. Sub SaveSheetsAsWorkbooks() Dim ws As Work...

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Convert Date/time field into Date

Hi Sunil, To attach a file click on the Attachments button below where you type you qs. Then Add Files-> Start Upload. Phil

6 years ago
Reply
RE: Barcode Help

Hi Andy, The cell with the Barcode function was set to Text format and the font was Bold. Having it Bold mean the bars weren't being read properly...

6 years ago
Forum
Page 74 / 110
0