Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
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

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

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

5 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...

5 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...

5 years ago
Forum
Reply
5 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

5 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...

5 years ago
Forum
Reply
RE: nyd Additional criteria for existing formula

Hi Mohamed, No file is attached. Regards Phil

5 years ago
Reply
RE: How do I add a feature to unhide tabs

Hi John, The Worksheet_SelectionChange was still executing when you selected cells on the Bidder Profile sheet. This was causing sheets to be hidd...

5 years ago
Forum
Reply
RE: Barcode Help

Hi Andy, This is not code I wrote so I do not know how it works. With regards to it changing as the data changes, it is doing this for me so not s...

5 years ago
Forum
Reply
RE: UserForm is not inputting into table, not sure what I'm doing wrong

Hi Katy, You have a couple of lines of code referring to your table: ActiveSheet.ListObjects("ESDCheckForm").ListRows.Add Set Table1 = Active...

5 years ago
Forum
Reply
RE: UserForm is not inputting into table, not sure what I'm doing wrong

Hi Katy, When I try to download your file I'm getting an error saying it's corrupted. Please attach to your reply and remove the spaces from the...

5 years ago
Forum
Reply
RE: 7.07 Chart & Table Combos (Power Pivot)

Hi Vivian, Add it here. Click on the Attachments button below (it appears after you start typing your reply) - then Add Files -> Start Upload. ...

5 years ago
Forum
Reply
RE: Scrape Address from Web Page

Hi Reshera, I can only give you generic code without seeing the actual site. This worked with a dummy HTML file I created. Option Explicit '...

5 years ago
Forum
Page 74 / 110