Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default Adding Procedures

I have made an estimating spreadsheet than has different users on different
computers. As I write new procedures that I want added to the existing
spreadsheet, is there a procedure that I can build into the spreadsheet that
will automatically load the new procedure and set it up to use? How is the
best way to do this?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Adding Procedures

You can do it using the instructions from Chip Pearson's site:
http://cpearson.com/excel/vbe.aspx

But I wouldn't attempt it.

Instead, I'd separate the date into a normal workbook and the code into an addin
(*.xla). Then you can just update the addin and redistribute that whenever the
code changed.

You may have to give the users a way to run those procedures.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

And if you use xl2007:

If you want to learn about modifying the ribbon, you can start at Ron de Bruin's
site:
http://www.rondebruin.nl/ribbon.htm
http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an
addin)
or
http://www.rondebruin.nl/2007addin.htm

In xl2007, those toolbars and menu modifications will show up under the addins.

ranswrt wrote:

I have made an estimating spreadsheet than has different users on different
computers. As I write new procedures that I want added to the existing
spreadsheet, is there a procedure that I can build into the spreadsheet that
will automatically load the new procedure and set it up to use? How is the
best way to do this?
Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default Adding Procedures

Thanks I will work on that.

"Dave Peterson" wrote:

You can do it using the instructions from Chip Pearson's site:
http://cpearson.com/excel/vbe.aspx

But I wouldn't attempt it.

Instead, I'd separate the date into a normal workbook and the code into an addin
(*.xla). Then you can just update the addin and redistribute that whenever the
code changed.

You may have to give the users a way to run those procedures.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

And if you use xl2007:

If you want to learn about modifying the ribbon, you can start at Ron de Bruin's
site:
http://www.rondebruin.nl/ribbon.htm
http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an
addin)
or
http://www.rondebruin.nl/2007addin.htm

In xl2007, those toolbars and menu modifications will show up under the addins.

ranswrt wrote:

I have made an estimating spreadsheet than has different users on different
computers. As I write new procedures that I want added to the existing
spreadsheet, is there a procedure that I can build into the spreadsheet that
will automatically load the new procedure and set it up to use? How is the
best way to do this?
Thanks


--

Dave Peterson

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
Get VBA procedures from DB Hiran de Silva[_2_] Excel Programming 3 July 4th 06 05:46 PM
Calling procedures from within VBA Alex Excel Programming 2 May 11th 06 01:47 PM
VBA Sub procedures lexiez Excel Programming 2 October 4th 04 04:21 PM
Sequential Sub Procedures Roger[_10_] Excel Programming 3 November 20th 03 04:32 PM
what's wrong with this sub procedures? active_x[_4_] Excel Programming 8 September 10th 03 05:25 AM


All times are GMT +1. The time now is 05:08 AM.

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"