LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 413
Default How do I approach this little Project, please?

Thanks for the ideas.

Regards.

"Marcotte A" wrote in message
...
As part of the Workbook_Open event, you could use a userform to prompt the

user for all the common data. Then save the template with a new filename
[perhaps based on one of the fields just entered (eg. client name)]. To
prevent the userform from appear when the new template is opened, use an IF
statement in the workbook_open code, eg.:

If IsEmpty('client name cell') Then
'Load UserForm to get common data
'save as new template
Else
'code to execute when template with common data already entered is

opened
End If
'code to execute when original or new template is opened.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.710 / Virus Database: 466 - Release Date: 23/06/2004


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug or wrong approach Meebers Excel Worksheet Functions 10 January 24th 08 02:16 AM
What is the right approach? Epinn Excel Worksheet Functions 3 October 8th 06 12:22 PM
How to approach this? mevetts Excel Discussion (Misc queries) 1 January 10th 06 04:20 PM
How do I approach this? Grant Reid Excel Programming 5 May 25th 04 04:51 PM
Need new approach on forms I set up Bruce Roberson[_5_] Excel Programming 7 April 28th 04 09:53 PM


All times are GMT +1. The time now is 05:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"