wardamneagle21
New Member
- Joined
- Jun 27, 2024
- Messages
- 8
- Office Version
- 2016
- Platform
- Windows
I have what i assume is a simple question but still new to VBA so i am struggling. I have a couple loops that do exactly what i need them to do in the first row, i just now need it to do the same thing across columns. I figured i would need to do a for next loop as the number of columns are known (117). Examples i have seen online essentially show the same value for the loop
(Sheets("sheet1").Cells(1,column).value = "Yay")
and I dont need that. I will attach the VBA screen shot as well as the excel screenshot. Preferably when the information starts to come over from machine 2 it will just fall in line under the information that machine 1 has already put in.
Any help with this would be greatly appreciated!
(Sheets("sheet1").Cells(1,column).value = "Yay")
and I dont need that. I will attach the VBA screen shot as well as the excel screenshot. Preferably when the information starts to come over from machine 2 it will just fall in line under the information that machine 1 has already put in.
Any help with this would be greatly appreciated!