Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 27, 2026
Topics: 61 / Replies: 1590
Reply
RE: Data transfer to Excel and TXT and contrast

Hi Maurizio, Can you please supply a sample workbook with data and expected results. It's too hard to guess exactly what you want without knowing ...

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

Hi Maya, Yes, then use Catalin's suggestion, an add-in will suit you better in this situation. Phil

10 years ago
Forum
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
Page 108 / 111
0