Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Kerry,
Go into the VB IDE, select ThisWorkbook in the addin project, and change the IsAddin property to False. This then becomes a visible workbook, you can add your description, reset the IsAddin property and save it (in the VB IDE). -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Laurent Longre has an addin that provides language support and much more.
You can get it http://longre.free.fr/english/ although I do not know that it supports Portuguese, you could check it out -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, replied to wrong question here.
-- HTH RP (remove nothere from the email address if mailing direct) "Bob Phillips" wrote in message ... Laurent Longre has an addin that provides language support and much more. You can get it http://longre.free.fr/english/ although I do not know that it supports Portuguese, you could check it out -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry - whats the VB IDE?
Thanks Kerry -----Original Message----- Kerry, Go into the VB IDE, select ThisWorkbook in the addin project, and change the IsAddin property to False. This then becomes a visible workbook, you can add your description, reset the IsAddin property and save it (in the VB IDE). -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry . |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The development environment within Excel. Do Alt-F11 to get to it.
-- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Sorry - whats the VB IDE? Thanks Kerry -----Original Message----- Kerry, Go into the VB IDE, select ThisWorkbook in the addin project, and change the IsAddin property to False. This then becomes a visible workbook, you can add your description, reset the IsAddin property and save it (in the VB IDE). -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry . |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Great - Thanks v much
-----Original Message----- The development environment within Excel. Do Alt-F11 to get to it. -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Sorry - whats the VB IDE? Thanks Kerry -----Original Message----- Kerry, Go into the VB IDE, select ThisWorkbook in the addin project, and change the IsAddin property to False. This then becomes a visible workbook, you can add your description, reset the IsAddin property and save it (in the VB IDE). -- HTH RP (remove nothere from the email address if mailing direct) "Kerry" wrote in message ... Hi I have created an Excel add-in file, saved it, activated it etc. Its working fine. However, I would like to add a description to it and make some amendments but I can't open the file. Any ideas? Many Thanks Kerry . . |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kerry,
Sorry - whats the VB IDE? It's the editor you see when you click Tools Macro Visual Basic Editor, aka the VBE. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop blank workbook from opening when opening an existing | Excel Discussion (Misc queries) | |||
REF errors when opening excel in xp. works fine when opening wor. | Excel Discussion (Misc queries) | |||
Prevent "Opening..." alert when opening from VBA | Excel Programming | |||
excel VBA problem - setting workbook as variable & opening/re-opening | Excel Programming | |||
How to make opening of workbook conditional of opening of another workbook | Excel Programming |