Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 11, 2026
Topics: 61 / Replies: 1588
Reply
RE: Range.ClearContents with Worksheet_Activate() event

Hi Dave, I had not seen this before but I can reproduce it. Also, if you leave A1 selected, click in the formula bar, then hit Enter, the data is ...

10 years ago
Forum
Reply
RE: Email Notifications when excel file modified

Hi Nina, Yes the workbook I provided has working event code in it. You just needed to put what code you want into that event handler/sub. But, ...

10 years ago
Forum
Reply
RE: Email Notifications when excel file modified

Hi Nina, The workbook I attached to my last reply contained the event code for you to use. You just need to copy the email code that you were alre...

10 years ago
Forum
Reply
RE: Udf in the personal.xlsb workbook

Hi Maya, I'm a bit confused by your reply. The reference to PERSONAL.XLSB is added to the workbook that you want to use the function in. This f...

10 years ago
Forum
Reply
RE: Email Notifications when excel file modified

Hi Nina, Using Worksheet_SelectionChange the VBA is executed every time you move to a different cell. By using Worksheet_Change you can limit the ...

10 years ago
Forum
Reply
RE: Udf in the personal.xlsb workbook

Hi Maya, This is a bit of a pain and another one of those things in Excel that you scratch your head at and wonder why they did it this way. Tha...

10 years ago
Forum
Reply
RE: Margin Page Numbers

Hi Gene, Can you attach the document so I can have a look? Thx Phil

10 years ago
Forum
Reply
RE: Can I create a VBA script that is attached to a roaming profile?

Hi Marilyn, Outlook stores all its macros in a single file called VbaProject.otm. This file is already part of your roaming profile and is located...

10 years ago
Forum
Reply
RE: Can I save attachments in Outlook automatically? (e.g., use a rule setting of some sort?)

No worries, glad it worked for you. Yes the trailing slash must be included in the saveFolder, otherwise there's no directory separator Cheers ...

10 years ago
Forum
Reply
RE: Can I save attachments in Outlook automatically? (e.g., use a rule setting of some sort?)

Hi Marilyn, You need some VBA to do this, and use a rule to trigger it. First open your VBA editor from within Outlook by pressing ALT+F11. On ...

10 years ago
Forum
Reply
RE: How to email active excel sheet as attachment but name of sheet should same as given for excel sheet.

Hi Sarfraz, Have you looked at this The sheet is attached as a PDF, as you have to save the sheet as something, maybe a PDF or a workbook. Phil

10 years ago
Forum
Reply
RE: auto save

Hi rathanak, why don't you use the built in auto save features, rather than write VBA to do this? Regards Phil

10 years ago
Forum
Reply
RE: Find the Total Hours Completed

Hi rathanak, In addition to SunnyKow and ConnexionLosts's answers you can read up on time calculations Excel Time Calculation Tricks Calculat...

10 years ago
Reply
RE: Is it possible to change the date format that is picked up from an input box run from a macro?

Hi Ron, You could use a date picker in your form so the date is always in a known format. No typing required for the user either. Regards Ph...

10 years ago
Forum
Reply
RE: Missing Section - 5.03 Mark Email as Read or Unread (00:02:00)

Sorry about that Gilbert, there was a typo in the link to the video. That's now fixed and the video is working. Regards, Phil

10 years ago
Forum
Page 108 / 110
0