https://bugs.documentfoundation.org/show_bug.cgi?id=167378

--- Comment #1 from Mike Kaganski <[email protected]> ---
(In reply to Juerg Beck from comment #0)
> Description:
> Up to my previously used version 24.8.7 I copied date cells with format
> 'YYYY-MM-DD' with the following code snippet:
> Dim DataCellDate as Date
> Worksheets("NeueFounds").Cells(IRow, 16).NumberFormat = "YYYY-MM-DD"
> DataCellDate = Worksheets("NeueFounds").Cells(IRow, 16).Value
> Worksheets("FoundCaches").Cells(IRow + 1, 11).NumberFormat = "YYYY-MM-DD"
> Worksheets("FoundCaches").Cells(IRow + 1, 11).Value = DataCellDate
> 
> ...
> 
> Steps to Reproduce:
> Code snippet in the description

Copying the snippet to a Basic function, and running it as is, doesn't work.
Either provide a working code, or maybe a ODS with a macro ready to run.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to