Add workbook variables

  • Thread starter Thread starter gdvrij
  • Start date Start date
G

gdvrij

Hello,

I'm building an add-in for Excel. I need to store information about the
file into the workbook. I also build this add-in for Word and here you
can add document variables.

I've read about names variable but the value of that needs to be stored
into a cell. I don't want to store it in a cell, so can someone tell me
if there is a way to store the information like I did in Word.

regards,
Gertjan de Vrij
 
You can use defined=>Names in VBA without using them in a cell.

Excel also has builtindocumentproperties and customdocumentproperties same
as Word if that is what you are talking about.
 

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