PC Review


Reply
Thread Tools Rate Thread

Adding Procedures

 
 
ranswrt
Guest
Posts: n/a
 
      15th Apr 2008
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
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      15th Apr 2008
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 With Quote
 
ranswrt
Guest
Posts: n/a
 
      15th Apr 2008
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
my VBA procedures stopped calling other procedures in excel 2007. Alan in Toronto Microsoft Excel Programming 2 22nd Jul 2009 07:32 PM
Adding Query from Stored Procedures to Querytableadapter Ivan Jericevich Microsoft VB .NET 0 5th Jan 2007 11:28 PM
Adding parameters to stored procedures Bonzol Microsoft VB .NET 3 13th Sep 2006 02:47 AM
calling standard module procedures from event procedures =?Utf-8?B?b3NzaWFu?= Microsoft Access VBA Modules 2 9th Feb 2006 01:26 PM
mass adding parameters t sql procedures =?Utf-8?B?UmVuaml0aCBDaGVtYmFrYXJheWls?= Microsoft ASP .NET 3 21st Dec 2004 08:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:11 AM.