mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
Well not a true newbie, but i did not code in vba since a while and I'm stuck with a small problem. I got a blank and I'm a bit shy to ask
I got 2 worksheets
1: Data_IN_Out
2: Sheets2
In VBA, under the Sheets2 code, I want to use the value of a cell in sheet "Data_In_Out". I want to use is cell name ("iProposedQty")
Range("IproposedQTY").Value = 5 is referenced under the sheet("Data_In_Out") and I want to use it in a line of code under Sheets2
Hope I'm clear enough in my not so good English and programmer language
Martin
Well not a true newbie, but i did not code in vba since a while and I'm stuck with a small problem. I got a blank and I'm a bit shy to ask
I got 2 worksheets
1: Data_IN_Out
2: Sheets2
In VBA, under the Sheets2 code, I want to use the value of a cell in sheet "Data_In_Out". I want to use is cell name ("iProposedQty")
Range("IproposedQTY").Value = 5 is referenced under the sheet("Data_In_Out") and I want to use it in a line of code under Sheets2
Hope I'm clear enough in my not so good English and programmer language
Martin