Re: $$Excel-Macros$$ Data in variables

2010-03-04 Thread Harpreet Gujral
Thank you so much shyam for your immediate reply Cheers Harpreet Sent on my BlackBerry® from Vodafone Essar -Original Message- From: rf1234 rf1234 Date: Thu, 4 Mar 2010 11:24:33 To: Cc: Subject: Re: $$Excel-Macros$$ Data in variables Dear Harpreet I have attach the example showing

Re: $$Excel-Macros$$ Data in variables

2010-03-04 Thread rf1234 rf1234
#x27;''''''''''''''''''''''''''''''''''''''''''''''''''''

Re: $$Excel-Macros$$ Data in variables

2010-03-03 Thread rf1234 rf1234
Hello Dear definately it is possible,when u write the code for particular workbook in module,it will reside till workbook exist. hope it will help. happy to help :) shyam On Mon, Mar 1, 2010 at 2:31 AM, Harpreet Singh Gujral < harpreetguj...@gmail.com> wrote: > Hi, > > Is it possible to keep th

RE: $$Excel-Macros$$ Data in variables

2010-02-28 Thread Dave Bonallack
store the variable value in any unused cell. Sheets("Data").Range("A1") = A This method maintains the value of the variable even after the workbook is closed and re-opened. Regards - Dave. Date: Mon, 1 Mar 2010 02:31:53 +0530 Subject: $$Excel-Macros$$ Data in variables From: harp

$$Excel-Macros$$ Data in variables

2010-02-28 Thread Harpreet Singh Gujral
Hi, Is it possible to keep the value stored in the variable till the time the sheet is running or the code is running. Example: I have to a variable A and B, which i need to use to store information from a form, this information will be used in other modules or procedures. Is it possbile to keep