Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 208
Default VBA Program to Email-able Toolbar

So I have been paitently working on getting my VBA program in Excel to work
and am finally there. Now I want someone to test it for me and have a friend
that will do so.

I want to attach it as an addin or as a toolbar for him to install, I know
how to assign a macro to a toolbar but how do I send it to him in an email,
or how do I create an addin for him to install and then be able to use as a
tool bar, any help will be great.

Thanks
Sean
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 221
Default VBA Program to Email-able Toolbar

Build the toolbar using code for best results. Save the xls as an addin
(xla) and send it to him. That's it.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Sean" wrote in message
...
So I have been paitently working on getting my VBA program in Excel to

work
and am finally there. Now I want someone to test it for me and have a

friend
that will do so.

I want to attach it as an addin or as a toolbar for him to install, I know
how to assign a macro to a toolbar but how do I send it to him in an

email,
or how do I create an addin for him to install and then be able to use as

a
tool bar, any help will be great.

Thanks
Sean



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default VBA Program to Email-able Toolbar

This might be a help:

http://www.bygsoftware.com/examples/excel_addin.htm

It contains a workbook download that shows how to create an interactive
add-in controlled by a toolbar.
The toolbar is created when the add-in is loaded, and deleted when the
add-in is closed.
The code is open and commented.


--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Sean" wrote in message
...
So I have been paitently working on getting my VBA program in Excel to

work
and am finally there. Now I want someone to test it for me and have a

friend
that will do so.

I want to attach it as an addin or as a toolbar for him to install, I know
how to assign a macro to a toolbar but how do I send it to him in an

email,
or how do I create an addin for him to install and then be able to use as

a
tool bar, any help will be great.

Thanks
Sean



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 233
Default VBA Program to Email-able Toolbar

The other posters talked about creating a toolbar in code, very
powerful, but maybe too much.

Simple solution:

Save your XLS as addin (XLA)
Create a new toolbar.
Set your Addin property for your XLA to false(VBE select XLA workbook
and see proporties window).
Add Macro to toolbar(should now be visible).
Select XLA workbook in Excel
Attach your Toolbar to XLA
Sett Isaddin = True

In XLA Workbook close event

Commandbars("Mycommandbar").Delete

This should work without coding anything extra.

DM Unseen

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
How do I change the default email program in Excel 2007? wretchedcrust Setting up and Configuration of Excel 2 September 4th 13 12:21 AM
Macro orVB Program to email a worksheet Dave R Excel Discussion (Misc queries) 2 December 10th 08 07:53 PM
Program a button to copy a pivot table and then email Josh Johansen Excel Discussion (Misc queries) 0 June 18th 07 03:38 PM
display correct toolbar icon on starting excel application program ilyaskazi[_24_] Excel Programming 10 June 15th 05 03:06 PM
Shut off email address from linking to email program? Java Jake Excel Worksheet Functions 6 December 31st 04 04:05 PM


All times are GMT +1. The time now is 03:04 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"