roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
Take 2
I have a function that converts Zulu time (or GMT if preferred) to local time (accounting for Daylight savings as appropriate) that has worked for years. Never had an issue. Today, I'm adding new code that requires such a conversion but the new code fails per the "ByRef argument type mismatch" error when I call the function. The function in question requires a DATE type value and I've verified that is what I'm sending it. I'm lost at this point.
Any hints as to what to look for would be greatly appreciated!
Thanks!
(Note: I can't use the built-in help function because Microsoft in their infinite wisdom now keeps the help files online...but my system is off the grid for proprietary reasons and can no longer access help files)
I have a function that converts Zulu time (or GMT if preferred) to local time (accounting for Daylight savings as appropriate) that has worked for years. Never had an issue. Today, I'm adding new code that requires such a conversion but the new code fails per the "ByRef argument type mismatch" error when I call the function. The function in question requires a DATE type value and I've verified that is what I'm sending it. I'm lost at this point.
Any hints as to what to look for would be greatly appreciated!
Thanks!
(Note: I can't use the built-in help function because Microsoft in their infinite wisdom now keeps the help files online...but my system is off the grid for proprietary reasons and can no longer access help files)