View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 4
Default Here's an Easy One

I have the following two variables:

dim myVar as single
dim myDate as date

myVar ends up with a value of 0.96.
myDate ends up with a value of "9/29/06 12:33".

How do I add myVar to myDate to get "9/30/06 11:37"?

I've tried running every conversion function on myVar I can think of and
I'm still getting a type mismatch.

-Kevin