Add ins & data in the add-in workbook

  • Thread starter Thread starter Richard Mogy
  • Start date Start date
R

Richard Mogy

I have created an add-in project. In the workbook associated with the addin
project I have stored some headings that I would like to copy to the
workbook that the user opens. I am missing how this is done and would
appreciate any enlightenment.

Richard Mogy
 
Richard,

I typically reference XLA data in this format

workbooks("XLA.xla").sheets("Sheet_Ref").Range("Range_ref")

Replace all items in quotes with appropriate references

http://HelpExcel.com
 
That solved it -- thank you for your assistance.
galimi said:
Richard,

I typically reference XLA data in this format

workbooks("XLA.xla").sheets("Sheet_Ref").Range("Range_ref")

Replace all items in quotes with appropriate references

http://HelpExcel.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top