Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Guy Normandeau
 
Posts: n/a
Default How do I edit a worksheet that has been defined as an addin

I created several functions that I re-use. I saved them in an addin along
with data on two worksheets. How do I edit the contents on the sorkwheets.
When ever I open the addin, the worksheet is not present.

Thanks in advance for your help.

Guy Normandeau
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I edit a worksheet that has been defined as an addin

Addin worksheets are de-facto hidden, still there, but not visible. So you
can't edit in Excel, but you can in VBA

Workbooks("myAddin".xla").Worksheets("data").Range ("A1").Value = "hello"

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Guy Normandeau" wrote in message
...
I created several functions that I re-use. I saved them in an addin along
with data on two worksheets. How do I edit the contents on the

sorkwheets.
When ever I open the addin, the worksheet is not present.

Thanks in advance for your help.

Guy Normandeau



  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How do I edit a worksheet that has been defined as an addin

Guy

From a Chip Pearson post..........

You can edit the XLA just like you can edit the XLS.

For edits to VBA code, you can simply edit the
VBA as normal.

If you need to edit anything in a worksheet, simply change the IsAddIn property
to False and the workbook and the worksheets will be visible.

End Chip..................................


Gord Dibben MS Excel MVP

On Tue, 20 Jun 2006 06:54:01 -0700, Guy Normandeau
wrote:

I created several functions that I re-use. I saved them in an addin along
with data on two worksheets. How do I edit the contents on the sorkwheets.
When ever I open the addin, the worksheet is not present.

Thanks in advance for your help.

Guy Normandeau


  #4   Report Post  
Posted to microsoft.public.excel.misc
Guy Normandeau
 
Posts: n/a
Default How do I edit a worksheet that has been defined as an addin

Perfect!

This is exactly what I was looking for.

Thanks Gord.

"Gord Dibben" wrote:

Guy

From a Chip Pearson post..........

You can edit the XLA just like you can edit the XLS.

For edits to VBA code, you can simply edit the
VBA as normal.

If you need to edit anything in a worksheet, simply change the IsAddIn property
to False and the workbook and the worksheets will be visible.

End Chip..................................


Gord Dibben MS Excel MVP

On Tue, 20 Jun 2006 06:54:01 -0700, Guy Normandeau
wrote:

I created several functions that I re-use. I saved them in an addin along
with data on two worksheets. How do I edit the contents on the sorkwheets.
When ever I open the addin, the worksheet is not present.

Thanks in advance for your help.

Guy Normandeau



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
Search a worksheet, extract rows using a list from another sheet bobf Excel Discussion (Misc queries) 9 August 31st 05 04:56 AM
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM
Conversion of Cell Contents into a Functional Worksheet name ? GMJT Excel Worksheet Functions 1 August 21st 05 04:59 PM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM
Worksheet name and Backward compatibility Rich Excel Discussion (Misc queries) 3 November 30th 04 06:10 PM


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