View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Save Value after run

Looks like a space has crept in

myValue = Evaluate(ThisWorkbook).Names("__SavedTextBox").Ref ersTo

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"scantor145" wrote
in message ...

Thanks for the response , but it doesn't seem to work. I think there's
something wrong with


Code:
--------------------
myValue = Evaluate(ThisWorkbook).Names("__SavedTextBox").Ref ersTo)
--------------------


Parentheses missing?
Should there be something after RefersTo?


--
scantor145
------------------------------------------------------------------------
scantor145's Profile:

http://www.excelforum.com/member.php...o&userid=14766
View this thread: http://www.excelforum.com/showthread...hreadid=533684