Click here to Skip to main content
15,907,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CRViewer Slow down my system Pin
Adrian_Mia21-Sep-09 12:14
Adrian_Mia21-Sep-09 12:14 
QuestionMouse up event Pin
RyJaBy11-Sep-09 5:13
RyJaBy11-Sep-09 5:13 
AnswerRe: Mouse up event Pin
dan!sh 11-Sep-09 6:25
professional dan!sh 11-Sep-09 6:25 
GeneralRe: Mouse up event Pin
RyJaBy11-Sep-09 8:09
RyJaBy11-Sep-09 8:09 
AnswerRe: Mouse up event Pin
Luc Pattyn11-Sep-09 8:23
sitebuilderLuc Pattyn11-Sep-09 8:23 
QuestionWin7 Pin
cstrader23211-Sep-09 3:45
cstrader23211-Sep-09 3:45 
AnswerRe: Win7 Pin
tosch11-Sep-09 3:53
tosch11-Sep-09 3:53 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 4:09
cstrader23211-Sep-09 4:09 
GeneralRe: Win7 Pin
Eddy Vluggen11-Sep-09 4:45
professionalEddy Vluggen11-Sep-09 4:45 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 5:12
cstrader23211-Sep-09 5:12 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 6:47
cstrader23211-Sep-09 6:47 
GeneralRe: Win7 [modified] Pin
DaveAuld11-Sep-09 9:50
professionalDaveAuld11-Sep-09 9:50 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 15:47
cstrader23211-Sep-09 15:47 
GeneralRe: Win7 Pin
cstrader23215-Sep-09 1:49
cstrader23215-Sep-09 1:49 
Questionshorter File Path Pin
Bob Beaubien11-Sep-09 2:35
Bob Beaubien11-Sep-09 2:35 
AnswerRe: shorter File Path Pin
Johan Hakkesteegt11-Sep-09 2:46
Johan Hakkesteegt11-Sep-09 2:46 
Just for clarity, are you trying to open an existing document, or are you trying to create and open a new document?

If you need to open an existing document, which you have not created yourself earlier on in your application, and the user can save the document anywhere on his computer, the best way is to use an OpenFileDialog.

If you created the document yourself earlier on in your application, just store it to a shorter path to begin with. In that case you could just use xlWorkBook = xlApp.Workbooks.Open("log.xls")

My advice is free, and you may get what you paid for.

GeneralRe: shorter File Path Pin
Bob Beaubien11-Sep-09 3:00
Bob Beaubien11-Sep-09 3:00 
GeneralRe: shorter File Path Pin
Eddy Vluggen11-Sep-09 3:07
professionalEddy Vluggen11-Sep-09 3:07 
GeneralRe: shorter File Path Pin
Johan Hakkesteegt11-Sep-09 3:07
Johan Hakkesteegt11-Sep-09 3:07 
GeneralRe: shorter File Path Pin
Dave Kreskowiak11-Sep-09 4:10
mveDave Kreskowiak11-Sep-09 4:10 
GeneralRe: shorter File Path Pin
Johan Hakkesteegt13-Sep-09 22:38
Johan Hakkesteegt13-Sep-09 22:38 
GeneralRe: shorter File Path Pin
Luc Pattyn11-Sep-09 7:01
sitebuilderLuc Pattyn11-Sep-09 7:01 
QuestionExpression Pin
Anubhava Dimri10-Sep-09 23:18
Anubhava Dimri10-Sep-09 23:18 
AnswerRe: Expression Pin
Henry Minute11-Sep-09 0:08
Henry Minute11-Sep-09 0:08 
AnswerRe: Expression Pin
Christian Graus11-Sep-09 0:56
protectorChristian Graus11-Sep-09 0:56 

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.