View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Goldenrate Goldenrate is offline
external usenet poster
 
Posts: 1
Default Cannot run debuger properly

Hi,

I'm trying to develope an application base on data stored in excel file.
I've recenty intalled VS2008 Professional and Office 2007 Ultimate. I
created a new Excel workgroup project based on prewritten excel file, and
wrote some vb code. I place a breaking point at the first line and clicked
debug. The program indeed opened the excel file but didn't highlight
(yellow) the line with the breaking point as expected. Furthere more I
couldn't perform a line by line debug as this option was disabled on the
menu.

Does anybody have any idea?

Thanks,