Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Uninstalled Office Basic from new PC. Purchased and installed Office
Standard 2007. Downloaded VB 2008 Express Edition. Can not get VB Express to interact with Excel and VB Express code does not work in Excel VB. Thanks in advance -- t m pete |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() That is because VB Express has nothing to do with Visual Basic. They are completely unrelated. Now why would MS name their completely unrelated program VB?. Let me guess... -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "t m pete" wrote in message Uninstalled Office Basic from new PC. Purchased and installed Office Standard 2007. Downloaded VB 2008 Express Edition. Can not get VB Express to interact with Excel and VB Express code does not work in Excel VB. Thanks in advance -- t m pete |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -- t m pete "Jim Cone" wrote: That is because VB Express has nothing to do with Visual Basic. They are completely unrelated. Now why would MS name their completely unrelated program VB?. Let me guess... -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) Thanks Jim for your quick answer and I can't quess. "t m pete" wrote in message Uninstalled Office Basic from new PC. Purchased and installed Office Standard 2007. Downloaded VB 2008 Express Edition. Can not get VB Express to interact with Excel and VB Express code does not work in Excel VB. Thanks in advance -- t m pete |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -- t m pete "Jim Cone" wrote: That is because VB Express has nothing to do with Visual Basic. They are completely unrelated. Now why would MS name their completely unrelated program VB?. Let me guess... -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "t m pete" wrote in message Uninstalled Office Basic from new PC. Purchased and installed Office Standard 2007. Downloaded VB 2008 Express Edition. Can not get VB Express to interact with Excel and VB Express code does not work in Excel VB. Thanks in advance -- t m pete Thanks Jim for your quick response and no I don't want to guess |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
T M Pete-
I'm not sure, but 2008 express editions may not have the VSTO tools that I believe have been integrated into the VS2008 full programming suite. While it should still be possible to program Excel from the express edition, without the proper tools it might be more frustrating than it is worth (speaking for myself, anyway). I'd suggest that you try posting in a .net programming group, such as microsoft.public.dotnet.languages.vb for more specific support if you don't get an answer in this newsgroup. The exact syntax for the code will be different in VBA vs any of the VB.Net editions, because VBA within Excel automatically assumes you are using the Excel object model (unless you tell it differently, like when you are automating other Office programs from Excel). So, you will need to tell VB that you want to use the Excel object model, then adjust to slightly different syntax. I've found that by learning one, my learning curve on the other was much shorter, as compared to a different language with a different syntax structure (like when I moved from Pascal to VB) Thanks, Keith "Jim Cone" wrote in message ... That is because VB Express has nothing to do with Visual Basic. They are completely unrelated. Now why would MS name their completely unrelated program VB?. Let me guess... -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "t m pete" wrote in message Uninstalled Office Basic from new PC. Purchased and installed Office Standard 2007. Downloaded VB 2008 Express Edition. Can not get VB Express to interact with Excel and VB Express code does not work in Excel VB. Thanks in advance -- t m pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can not import Excel worksheet in accounting express 2008 | New Users to Excel | |||
Excel - Home Edition vs Standard Edition | Excel Discussion (Misc queries) | |||
HOW TO SAVE AS EXCEL FILE 2007 TO COMPATIBLE WITH HOME EDITION | Excel Discussion (Misc queries) | |||
I am using visual basic express edition 2005 | Excel Programming | |||
Accessing excel 2003 from visual studio express edition | Excel Programming |