VbWriter13
New Member
- Joined
- Mar 17, 2011
- Messages
- 9
Hey-o...
So, I have an, essentially, empty spreadsheet that I am trying to populate using a UserForm. The code to push the data from the UserForm to the Spreadsheet is relatively straightforward, except that it is finding the first empty row and I want it to fill the first row (and subsequent rows) regardless of the data that already exists in the rows.
EX: I have a VLookup in everyother column, based on data that, in hopes, would be filled in through the UserForm. The VLookup wont work unless there is data in the adjacent cells...
Ref Cell | VLookup | Input Data |VLookup | Input Data | Vlookup | Input Data
The VLookup Formulas are extended down each corresponding column...
Hope this is enough info.
Thanks in advance...
So, I have an, essentially, empty spreadsheet that I am trying to populate using a UserForm. The code to push the data from the UserForm to the Spreadsheet is relatively straightforward, except that it is finding the first empty row and I want it to fill the first row (and subsequent rows) regardless of the data that already exists in the rows.
EX: I have a VLookup in everyother column, based on data that, in hopes, would be filled in through the UserForm. The VLookup wont work unless there is data in the adjacent cells...
Ref Cell | VLookup | Input Data |VLookup | Input Data | Vlookup | Input Data
The VLookup Formulas are extended down each corresponding column...
Hope this is enough info.
Thanks in advance...