ChuckDrago
Active Member
- Joined
- Sep 7, 2007
- Messages
- 470
- Office Version
- 2010
- Platform
- Windows
Hi everyone... a quick question:
Given this line of code
Range("AF" & x + 2).Copy
Worksheets("Transfer").Range("G" & controw).PasteSpecial xlPasteValues
What do I have to add, in order to have the pasted value formated without decimals?
The copy from range value is 3.333333, although formatted as Number, "0". However, when copied over, despite Excel diplaying just a 3, the label program I am using to read the copied over value delivers the entire 3.333333 number, and I want just a 3.
Thanks a bunch
Chuck
Given this line of code
Range("AF" & x + 2).Copy
Worksheets("Transfer").Range("G" & controw).PasteSpecial xlPasteValues
What do I have to add, in order to have the pasted value formated without decimals?
The copy from range value is 3.333333, although formatted as Number, "0". However, when copied over, despite Excel diplaying just a 3, the label program I am using to read the copied over value delivers the entire 3.333333 number, and I want just a 3.
Thanks a bunch
Chuck