Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to measure two points on a foto? Pin
Zero-G.28-Dec-06 3:10
Zero-G.28-Dec-06 3:10 
GeneralRe: How to measure two points on a foto? Pin
Dave Kreskowiak28-Dec-06 12:42
mveDave Kreskowiak28-Dec-06 12:42 
QuestionProtected Overrides Sub RefreshItems Pin
DA_Loring27-Dec-06 1:02
DA_Loring27-Dec-06 1:02 
AnswerRe: Protected Overrides Sub RefreshItems Pin
Navneet Hegde27-Dec-06 2:50
Navneet Hegde27-Dec-06 2:50 
QuestionSystem.Runtime.InteropServices.COMException Pin
phonghihi27-Dec-06 0:32
phonghihi27-Dec-06 0:32 
AnswerRe: System.Runtime.InteropServices.COMException Pin
Dave Kreskowiak27-Dec-06 4:43
mveDave Kreskowiak27-Dec-06 4:43 
GeneralRe: System.Runtime.InteropServices.COMException Pin
phonghihi27-Dec-06 15:21
phonghihi27-Dec-06 15:21 
GeneralRe: System.Runtime.InteropServices.COMException Pin
Dave Kreskowiak28-Dec-06 2:58
mveDave Kreskowiak28-Dec-06 2:58 
You should NOT be releasing the COM object yourself.

If you're creating multiple sheets in your code in one pass, are you creating multiple Excel application objects? Don't! Create one Excel application object and reuse it to create every sheet and workbook your need.

Another possibility is that your using the Excel Interop Assemblies for one version of Excel, say 2003, and your machine doesn't have Office 2003 installed, maybe you have Office 2000 or XP instead. If you're going to use the Interop Assemblies, you have to match the version of Office that's installed on the machine.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: System.Runtime.InteropServices.COMException Pin
phonghihi28-Dec-06 15:43
phonghihi28-Dec-06 15:43 
QuestionHow to save TextBoxes' values in GridView (on PostBack) Pin
kaliem27-Dec-06 0:02
kaliem27-Dec-06 0:02 
AnswerRe: How to save TextBoxes' values in GridView (on PostBack) Pin
_mubashir27-Dec-06 1:02
_mubashir27-Dec-06 1:02 
QuestionOpening Forms Pin
Pete Newman26-Dec-06 21:55
Pete Newman26-Dec-06 21:55 
AnswerRe: Opening Forms Pin
The ANZAC26-Dec-06 22:20
The ANZAC26-Dec-06 22:20 
GeneralRe: Opening Forms Pin
Pete Newman26-Dec-06 22:37
Pete Newman26-Dec-06 22:37 
AnswerRe: Opening Forms Pin
Navneet Hegde27-Dec-06 2:56
Navneet Hegde27-Dec-06 2:56 
GeneralRe: Opening Forms Pin
Pete Newman27-Dec-06 3:12
Pete Newman27-Dec-06 3:12 
GeneralRe: Opening Forms Pin
Navneet Hegde28-Dec-06 23:57
Navneet Hegde28-Dec-06 23:57 
Questionurgent pls help me Pin
tirumal123126-Dec-06 21:53
tirumal123126-Dec-06 21:53 
Questionparallel port controlling Pin
acidice33326-Dec-06 20:56
acidice33326-Dec-06 20:56 
AnswerRe: parallel port controlling Pin
Dave Kreskowiak27-Dec-06 5:59
mveDave Kreskowiak27-Dec-06 5:59 
QuestionI am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran26-Dec-06 19:48
somagunasekaran26-Dec-06 19:48 
AnswerRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
The ANZAC26-Dec-06 22:30
The ANZAC26-Dec-06 22:30 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran26-Dec-06 23:10
somagunasekaran26-Dec-06 23:10 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
The ANZAC26-Dec-06 23:51
The ANZAC26-Dec-06 23:51 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran27-Dec-06 0:16
somagunasekaran27-Dec-06 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.