Click here to Skip to main content
15,911,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Generate zip file through vb.net Pin
Nilesh Hapse29-Jan-07 19:16
Nilesh Hapse29-Jan-07 19:16 
GeneralRe: Generate zip file through vb.net Pin
Vasudevan Deepak Kumar29-Jan-07 22:30
Vasudevan Deepak Kumar29-Jan-07 22:30 
GeneralRe: Generate zip file through vb.net Pin
Nilesh Hapse29-Jan-07 23:37
Nilesh Hapse29-Jan-07 23:37 
QuestionCrystal report and vs.net for office tool Pin
Mekong River29-Jan-07 15:53
Mekong River29-Jan-07 15:53 
QuestionWININET from VB 6 to VB .NET Pin
vtnguyen29-Jan-07 9:26
vtnguyen29-Jan-07 9:26 
AnswerRe: WININET from VB 6 to VB .NET Pin
Vasudevan Deepak Kumar29-Jan-07 22:31
Vasudevan Deepak Kumar29-Jan-07 22:31 
QuestionFormatting an excel spreadsheet Pin
leckey29-Jan-07 9:03
leckey29-Jan-07 9:03 
AnswerRe: Formatting an excel spreadsheet Pin
Johan Hakkesteegt30-Jan-07 0:56
Johan Hakkesteegt30-Jan-07 0:56 
This code comes from an Excel VB macro:
Public Sub OpenExlFile(ExcelPath As String)<br />
    Workbooks.OpenText FileName:=ExcelPath, Origin:=xlWindows, StartRow:=1, DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=True, Semicolon:=False, Local:=True<br />
    Workbooks.Application.Columns.AutoFit<br />
    'Workbooks.Application.Columns.AutoFormat<br />
    'Workbooks.Application.Rows.AutoFormat<br />
End Sub

The last two lines were commented out because they badly slowed down opening the document, but they do also work.

For what it's worth,

Johan

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

QuestionIsolated storage settings lost when I re-publish Pin
KreativeKai29-Jan-07 7:50
professionalKreativeKai29-Jan-07 7:50 
QuestionTrying to Customize the DataGridView cell values [modified] Pin
GWbasicProgrammer29-Jan-07 7:25
GWbasicProgrammer29-Jan-07 7:25 
QuestionMy.Setting StringCollection Pin
Marc Soleda29-Jan-07 6:56
Marc Soleda29-Jan-07 6:56 
AnswerRe: My.Setting StringCollection Pin
Christian Graus29-Jan-07 9:06
protectorChristian Graus29-Jan-07 9:06 
QuestionWSH - VB Script - use value got from an XML file Pin
Docteur_Z29-Jan-07 6:51
Docteur_Z29-Jan-07 6:51 
QuestionGetFiles versus GetDirectories Pin
GeorgieMPorgie29-Jan-07 4:56
GeorgieMPorgie29-Jan-07 4:56 
AnswerRe: GetFiles versus GetDirectories Pin
TwoFaced29-Jan-07 6:47
TwoFaced29-Jan-07 6:47 
GeneralRe: GetFiles versus GetDirectories Pin
GeorgieMPorgie30-Jan-07 5:16
GeorgieMPorgie30-Jan-07 5:16 
QuestionHow To Create Alert Message Box In System Try Pin
Ankush Komarwar29-Jan-07 3:56
Ankush Komarwar29-Jan-07 3:56 
AnswerRe: How To Create Alert Message Box In System Try Pin
Guffa29-Jan-07 4:36
Guffa29-Jan-07 4:36 
AnswerRe: How To Create Alert Message Box In System Try Pin
Nilesh Hapse30-Jan-07 1:07
Nilesh Hapse30-Jan-07 1:07 
Question[PPC] Event when loaded ... [modified] Pin
ChPortos29-Jan-07 3:32
ChPortos29-Jan-07 3:32 
Questiontemporary internet files Pin
wullie5829-Jan-07 1:59
wullie5829-Jan-07 1:59 
AnswerRe: temporary internet files Pin
Vasudevan Deepak Kumar29-Jan-07 22:34
Vasudevan Deepak Kumar29-Jan-07 22:34 
QuestionInt value into word do Pin
harveyhanson29-Jan-07 1:39
harveyhanson29-Jan-07 1:39 
AnswerANYONE??? Pin
harveyhanson29-Jan-07 12:53
harveyhanson29-Jan-07 12:53 
GeneralRe: ANYONE??? Pin
Christian Graus29-Jan-07 13:40
protectorChristian Graus29-Jan-07 13:40 

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.