Hi all,
I need some assistance and I am fairly new to VBA. I am trying to create a macro that will open a workbook search a column for the first blank cell and copy the data in the cell next to it.
Example:
IF Range(B1:B100) = blank then
Copy data from Cell.offset(0,-1)
Paste into a specific cell in another workbook
After it does that I need it to then copy data from specific cells and paste them into the same row it found the blank space it copied from. I am this makes sense and thank you for the help!!!
I need some assistance and I am fairly new to VBA. I am trying to create a macro that will open a workbook search a column for the first blank cell and copy the data in the cell next to it.
Example:
IF Range(B1:B100) = blank then
Copy data from Cell.offset(0,-1)
Paste into a specific cell in another workbook
After it does that I need it to then copy data from specific cells and paste them into the same row it found the blank space it copied from. I am this makes sense and thank you for the help!!!