Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
excel macro reads wrong value
Name: yoghurt Date: February 27, 2004 at 07:21:35 Pacific OS: Windows XP CPU/Ram: 2.8 GHz, 1 GB RAM
Comment:
Hi,
I've got a horrible problem with my Excel macro. When I my macro reads a value from a cell containing e.g. 1.33, he reads 1.38! The type of variable where I store it in is a double. The commands I use are below. Does anybody have a clue? I would mean a lot to me if you could help me sort this one out!
Public m_dApproved As Double
With oProj .m_dApproved = oInSheet.Cells(j + lInRowOffset, lInColOffset + 6).Value
Summary: Well see, the CSV is from the university database. It's the info on all the classes for the semester. Currently the university has no was to make postable schedules for each room. Thus, this excel mac...
Summary: I have a problem with a Macro i am writing... I will explain what it does to give you an understanding of my problem. First of all it opens two text files and reads the values into column B and then c...
Summary: Hi all, I need help with an excel macro problem. I am creating what I thought was a simple scheduling macro. Basically I need to take batch residence times (a positive whole number) from cells in shee...