Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Programming personal macro workbook

I have written some code into several of my collegue's personal macro
workbook that stamps username and date/time into designated cells when a
custom button on their Excel toolbar is clicked. The process works fine, but
occasionally, a reinstall of Office or configuration changes in the terminal
server eliminates the personal macro workbook.

In order to save me the effort of reinstalling in person (they work in
different states) is there a way that I can write a procedure that will
detect if the personal macro workbook exists and if not, set it up? The
procedure would then place a standard code into the personal module. I would
incorporate an input box or userform/combo box where the user could respond
to a prompt asking which row their "Review Stamp" should be stamped.

Finally, I need to set up a custom toolbar button, with control tip text
associated with the installed procedure so the stamp macro will run when it
is clicked. I'd like to burn the set up program to a CD that they can run in
the event they have to reinstall.

Any help would be greatly appreciated.

Thanks,

Sam
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Programming personal macro workbook

Sam,

Copying code from workbook to workbook
http://www.cpearson.com/excel/vbe.aspx

Creating custom menus and toolbars
http://www.j-walk.com/ss/excel/tips/commandbars.htm

You'll have to be sure that the users have enabled "Trust Access to Visual
Basic Editor" under Macros, Security.

HTH,
Matthew Pfluger


"Sam" wrote:

I have written some code into several of my collegue's personal macro
workbook that stamps username and date/time into designated cells when a
custom button on their Excel toolbar is clicked. The process works fine, but
occasionally, a reinstall of Office or configuration changes in the terminal
server eliminates the personal macro workbook.

In order to save me the effort of reinstalling in person (they work in
different states) is there a way that I can write a procedure that will
detect if the personal macro workbook exists and if not, set it up? The
procedure would then place a standard code into the personal module. I would
incorporate an input box or userform/combo box where the user could respond
to a prompt asking which row their "Review Stamp" should be stamped.

Finally, I need to set up a custom toolbar button, with control tip text
associated with the installed procedure so the stamp macro will run when it
is clicked. I'd like to burn the set up program to a CD that they can run in
the event they have to reinstall.

Any help would be greatly appreciated.

Thanks,

Sam

Reply
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
Personal Macro workbook BillD Excel Discussion (Misc queries) 2 October 19th 07 04:39 PM
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM
Personal.XLS MACRO Workbook Don Excel Programming 8 February 10th 05 05:19 PM
Personal Macro Workbook Ben Excel Programming 1 December 9th 04 04:13 PM


All times are GMT +1. The time now is 03:19 AM.

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

About Us

"It's about Microsoft Excel"