|
Posted by Glenn Adams [MVP - Retail Mgmt on August 11, 2005, 9:18 am
Please log in for more thread options
Search the newsgroup for "session.var" there are quite a few entries. If
you can't search, look back to early July.
--
Glenn Adams
Tiber Creek Consulting
http://www.tibercreek.com glenn@tibercreek.com
----------------------------------------------
Please DO NOT respond to me directly but post all responses here in the
newsgroup so that all can share the information
> Hello,
> Does anyone have an example of setting a session variable in an add-in
> code
> application. I am not sure my session variable is getting set or
> returned.
> I currently have this code
>
> Dim mySession As SessionClass
>
> Sub SetIt
> scheck = "Help Me"
> Set mySession = SessionClass
> mySession.Variable(1) = sCheck
> End Sub
>
|