View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Auric__ Auric__ is offline
external usenet poster
 
Posts: 538
Default 2000 - 2007: gotchas?

Jim Cone wrote:

"Auric__" wrote in message
44.100...
I've acquired a copy of Office 2007. Up to now, I've been using Office
2000. As far as VBA goes, are there any major "gotchas" I need to be
aware of? Or should my 2000 code "just work" under 2007? (Specifically
Excel; I don't usually program for the rest of the Office suite, but I
program the hell out of Excel.)


Also, the color system is different, many colors are going to look
strange. For instance, ColorIndexes have been sabotaged - using "Color"
not "ColorIndex" will get you further along.
Please don't ask me to explain the new system, I can't.


That good, huh?

Luckily, I can't think of any instances where my code uses any specfic
colors. About the only text formatting I do use are Bold and (rarely) Italic.
I might bump the font size up, but that's *very* rare.

--
No one ever conquered the world using a beta version.