rakesh seebaruth
Active Member
- Joined
- Oct 6, 2011
- Messages
- 303
Hi Guys
I have the following code
Cells(LR, 28).Value = txtCNum4.Value
In my useform txtCNum4 is a text box name Lease Period
What i want is when the user enters a number let's say 10.
vba inserts 10 cells after Cells(LR, 28) and i also want vba to add a heading month1 to month10 to those cells
thanks/regards
rakesh
I have the following code
Cells(LR, 28).Value = txtCNum4.Value
In my useform txtCNum4 is a text box name Lease Period
What i want is when the user enters a number let's say 10.
vba inserts 10 cells after Cells(LR, 28) and i also want vba to add a heading month1 to month10 to those cells
thanks/regards
rakesh
Last edited: