iancook1982
New Member
- Joined
- Jun 14, 2010
- Messages
- 13
hi,
I'm probably being really stupid but I can't figure this out.
So, I have a string variable that I have being input through an Input box, this variable is
Dim VP as string
This is carried through to a private function where I want to add this into a formula. The formula is a simple one, just a concatenation.
activecell.formulaR1C1 = "<what would i write in here to put my VP value> &""_""&RC[1]"
Thanks,
Ian.
I'm probably being really stupid but I can't figure this out.
So, I have a string variable that I have being input through an Input box, this variable is
Dim VP as string
This is carried through to a private function where I want to add this into a formula. The formula is a simple one, just a concatenation.
activecell.formulaR1C1 = "<what would i write in here to put my VP value> &""_""&RC[1]"
Thanks,
Ian.