JetSetDrive
New Member
- Joined
- Jul 26, 2019
- Messages
- 14
I need a VBA code that will multiple column A*B and insert it into column C.
Range(C:C).Formulat = "A1*B1
The reason this code is tricky for me is because the code will be ran on worksheets with varying amounts of rows, so it needs to only be ran for active rows.
The data also has a header, if I have to put the data back later it is not a big deal.
I appreciate the help. I have spent too long trying to figure this out.
Range(C:C).Formulat = "A1*B1
The reason this code is tricky for me is because the code will be ran on worksheets with varying amounts of rows, so it needs to only be ran for active rows.
The data also has a header, if I have to put the data back later it is not a big deal.
I appreciate the help. I have spent too long trying to figure this out.