ZThaButcher
New Member
- Joined
- Nov 1, 2022
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Okay, So I have a document I have been building for a schedule.
I have a control sheet that has all the control data, then Base Data which has the same data plus different times for different time zones.
Then I have other sheets that have the same data but are related to their time zone.
It takes the PST Time and then converts it via the following code =CellforPSTTime+(1/24)
I have a Visual Basic Code that copies this and pastes it as a value.
Well for some reason with Times ranging from 00:00 - 2:00 AM it adds a date as seen in the screenshot below.
How can I get it to paste without the date? It is driving me crazy.
If it wouldn't mess up the chart to the right that would be fine but when it has a date it just spans it across the entire schedule as seen in the screenshot.
I have a control sheet that has all the control data, then Base Data which has the same data plus different times for different time zones.
Then I have other sheets that have the same data but are related to their time zone.
It takes the PST Time and then converts it via the following code =CellforPSTTime+(1/24)
I have a Visual Basic Code that copies this and pastes it as a value.
Well for some reason with Times ranging from 00:00 - 2:00 AM it adds a date as seen in the screenshot below.
How can I get it to paste without the date? It is driving me crazy.
If it wouldn't mess up the chart to the right that would be fine but when it has a date it just spans it across the entire schedule as seen in the screenshot.