Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the XLA, use code like:
Dim myValue As Integer To read a value: myValue = ThisWorkbook.Worksheets("Sheet1").Range("A1").Valu e To write a value: myValue = 3 ThisWorkbook.Worksheets("Sheet1").Range("A1").Valu e = myValue HTH, Bernie "abartkowski" wrote in message ... I want to store some data in the XLA sheets and then use it in my program. Is it possible to write/read the data using VBA? If so, how? ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not sure how to write a formula that I need! Please read! | Excel Worksheet Functions | |||
read only and write only | New Users to Excel | |||
I have a read only xl file, I need it to be read and write | Excel Discussion (Misc queries) | |||
Read-write/Read-only | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) |