tylerhyatt04
New Member
- Joined
- Feb 19, 2025
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I want to create a VBA macros for my excel sheet. I have a sheet with 18 columns with various bits of data that will be expanding. I want to create a VBA that will look at each row and compare 2 columns, if both these columns contains text, numbers or numbers and text then I want to write a specific word (EthernetDevice) in the new tab in the first row first column. If this statement is true, then I want to copy the contents of a few cells from the same row in the new sheet in the same row as this specific word has been written too. So if this statement is true copy column F, G, J, K and L to the same row in the new sheet. See below the excel file with both sheets you can see in sheet 1 the details are entered then in sheet 2 I have filled out what I need to be copied across with also column 1 filled out in the second sheet with the (EthernetDevice) that I want the code to do. Any help doing this would be great!