Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 15, 2025
Topics: 61 / Replies: 1581
Reply
RE: A Sent Status of Email

upload/attach the workbook with the code to a reply in here

7 years ago
Forum
Reply
RE: Macro Security

Hi Paul, There are no macros in that workbook. It's an XLSB so perhaps somehow in the conversion from XLSM to XLSB the code modules were removed...

7 years ago
Forum
Reply
RE: A Sent Status of Email

Hi Andi, It's really difficult to give you an answer without seeing the code in your workbook, can you please attach it to this post. It's not r...

7 years ago
Forum
Reply
RE: Excel cell reference, updating cells with a new value

Hi Stefi, If you just want to change the values in some of the ColB cells then just change the formula in those cells. If you only want cells ...

7 years ago
Reply
RE: Tables data compare

David, Please supply a workbook otherwise we have to spend time typing in the data that you should already have at hand. Also, typing in data li...

7 years ago
Forum
Reply
RE: vba to create pdf from excel worksheet then email

Hi Robert, Please see the attached workbook. By moving the code that loops though each workbook, you can create a PDF for each and then add each o...

7 years ago
Forum
Reply
RE: Conditional Formatting

Hi Melinda, This might help you with CF Regards Phil

7 years ago
Reply
RE: How to protect multiple sheet for different users

Hi Vic, Not sure why you can't attach a .xlsm, there is no restriction on such files and I never have any issues. Are you getting an error message...

7 years ago
Reply
RE: Problem with finding count No of cells in Mergearea

Hi Shiva, I'm not sure why you are trying to count the number of merged cells. Don't use merged cells. Unmerge them and then use 'Center Across...

7 years ago
Forum
Reply
RE: To copy from a cell only once at a specified time

Hi Ginger, Without seeing your workbook and code it's hard to know how you are doing this, but if you have some code that updates Sheet1 every hour...

7 years ago
Forum
Reply
RE: I want to Create auto generated Transcripts

Hi, We need more information! 🙂 I'm guessing you meant to attach a workbook? Phil

7 years ago
Forum
Reply
RE: VBA Data Validation

Hi, I'm very unclear to what it is you are trying to do. Can you please try explaining it again and in your workbook show the source data and th...

7 years ago
Forum
Reply
RE: Error in VBA Userform Code

Hi, You've mis-spelled MsgBox Your line should be MsgBox "You have entered wrong info!", vbCritical When the error is generated the VBA de...

7 years ago
Forum
Reply
RE: Get the Minimum and Maximum From the Internet Site for Weather Forecasting

Hi Maurizio, Have you gone through these posts Regards Phil

7 years ago
Forum
Reply
RE: Question related to Excel Formulae

Hi Khushboo, You could use IF but only for small numbers of records, and the records/rows would need to be sorted ascending or descending based on ...

7 years ago
Page 94 / 110