Thread
:
Take value from sheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Frank Kabel
external usenet poster
Posts: 3,885
Take value from sheet
Hi
try
worksheets("sheetx").range("A1").value
Frank
Worksheets
TJF wrote:
How can I read value (for example A1) from sheet which is not active
now? But I dont want switch to this sheet. Of course in
VB
.
Tom
Reply With Quote
Frank Kabel
View Public Profile
Find all posts by Frank Kabel