Click here to Skip to main content
16,011,170 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: NumericUpDown object question. Pin
Rupesh Kumar Swami24-Jan-09 0:21
Rupesh Kumar Swami24-Jan-09 0:21 
AnswerRe: NumericUpDown object question. Pin
Dave Kreskowiak24-Jan-09 4:45
mveDave Kreskowiak24-Jan-09 4:45 
Questionworking with windows API Pin
jayachandra.c23-Jan-09 19:36
jayachandra.c23-Jan-09 19:36 
AnswerRe: working with windows API Pin
Dave Kreskowiak24-Jan-09 4:44
mveDave Kreskowiak24-Jan-09 4:44 
Questionimage zooming.. Pin
Member 295538723-Jan-09 19:00
Member 295538723-Jan-09 19:00 
AnswerRe: image zooming.. Pin
Dave Kreskowiak24-Jan-09 4:51
mveDave Kreskowiak24-Jan-09 4:51 
AnswerRe: image zooming.. Pin
Christian Graus25-Jan-09 0:47
protectorChristian Graus25-Jan-09 0:47 
QuestionBefore doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 10:33
frankiebaby223-Jan-09 10:33 
Probably simple for most in here but I am trying to find how to convert an xls file (Excel) from "Read Only" to it's opposite. Here is the code I have:

xlsBookTs = xlsApp.Workbooks.Open("F:\filename.xls")
ExcelTsOpen = True
xlsSheetTs = xlsBookTs.Worksheets(1)
xlsBookTs.(((NEED HELP HERE)))
xlsBookTs.SaveAs("F:\filename\ts" & Format(Me.MonthCalendar1.SelectionStart, "yyyyMMdd") & ".xls")
ExcelTsSaved = True

Basically it loads the default file ("F:\filename.xls") and saves it with the date but needs to be in an adjustable format when it Saves As.

Many thanks in advance to those who offer usable advice.
AnswerRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Wendelius23-Jan-09 11:11
mentorWendelius23-Jan-09 11:11 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 14:33
frankiebaby223-Jan-09 14:33 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Wendelius23-Jan-09 21:17
mentorWendelius23-Jan-09 21:17 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:35
frankiebaby225-Jan-09 12:35 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:48
frankiebaby225-Jan-09 12:48 
AnswerRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak23-Jan-09 11:15
mveDave Kreskowiak23-Jan-09 11:15 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 14:36
frankiebaby223-Jan-09 14:36 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak23-Jan-09 17:34
mveDave Kreskowiak23-Jan-09 17:34 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:39
frankiebaby225-Jan-09 12:39 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak25-Jan-09 13:49
mveDave Kreskowiak25-Jan-09 13:49 
QuestionExtract Phase From Textfile Pin
IvanIT23-Jan-09 9:29
IvanIT23-Jan-09 9:29 
AnswerRe: Extract Phase From Textfile [modified] Pin
Garth J Lancaster23-Jan-09 12:48
professionalGarth J Lancaster23-Jan-09 12:48 
GeneralRe: Extract Phase From Textfile Pin
IvanIT24-Jan-09 5:39
IvanIT24-Jan-09 5:39 
QuestionSpeed initial load Pin
cstrader23223-Jan-09 6:54
cstrader23223-Jan-09 6:54 
AnswerRe: Speed initial load Pin
Wendelius23-Jan-09 8:31
mentorWendelius23-Jan-09 8:31 
AnswerRe: Speed initial load Pin
Dave Kreskowiak23-Jan-09 8:35
mveDave Kreskowiak23-Jan-09 8:35 
GeneralRe: Speed initial load Pin
cstrader23223-Jan-09 10:14
cstrader23223-Jan-09 10:14 

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.