Fernando14
New Member
- Joined
- Jun 29, 2021
- Messages
- 12
- Office Version
- 2019
- Platform
- Windows
I am printing outputs into cells, some of which use the Round feature and others don't. I am getting an error with this specific line:
The weird thing is that I do this multiple times throughout the code and I don't get any issues. My only guess is that it has to do with the variable, but I use in in the line before without the & "lbs" at the end. Any suggestions?
VBA Code:
Worksheets("OUTPUTS").Cells(64, 4) = "= " & Round((TOTWT * 1.1), 0) & " lbs"
The weird thing is that I do this multiple times throughout the code and I don't get any issues. My only guess is that it has to do with the variable, but I use in in the line before without the & "lbs" at the end. Any suggestions?