Click here to Skip to main content
15,906,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDataGridView committing a value in a cell. Pin
steve_rm22-Jul-07 12:49
steve_rm22-Jul-07 12:49 
AnswerRe: DataGridView committing a value in a cell. Pin
Psycho-*Coder*-Extreme22-Jul-07 15:04
Psycho-*Coder*-Extreme22-Jul-07 15:04 
QuestionSave As A Chosen Date. Pin
frankiebaby222-Jul-07 12:28
frankiebaby222-Jul-07 12:28 
AnswerRe: Save As A Chosen Date. Pin
frankiebaby222-Jul-07 14:23
frankiebaby222-Jul-07 14:23 
AnswerRe: Save As A Chosen Date. [modified*3] Pin
Psycho-*Coder*-Extreme22-Jul-07 15:02
Psycho-*Coder*-Extreme22-Jul-07 15:02 
GeneralRe: Save As A Chosen Date. Pin
Christian Graus22-Jul-07 15:34
protectorChristian Graus22-Jul-07 15:34 
GeneralRe: Save As A Chosen Date. Pin
Psycho-*Coder*-Extreme22-Jul-07 15:41
Psycho-*Coder*-Extreme22-Jul-07 15:41 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby222-Jul-07 22:49
frankiebaby222-Jul-07 22:49 
What I'm trying to create:

When I click on a date on the date picker, the program will automatically load the status of all tins from a file corrisponding do that date (tsyyyymmdd.xls). Moisture tins (IDed by letter & number) used on that day already will be prevented from selection. The promt to save data (from that date) should come up when a different date is selected (possibly even from the past). And so it goes.

ok, I know this syntax works for SaveAs:

'Save the sheet to c:\LabStore\TinStats folder
xlSheet.SaveAs("c:\LabStore\TinStats\myexcelsheet.xls")

how can I exchange the "myexcelsheet.xls" part for something like "ts20070720.xls"? Being the example date in this instance for 20/07/2007 (Sorry guys Australian Format Smile | :)

The rest of the program is simple physics which I have no trouble with, but this is melting my brain!WTF | :WTF:
GeneralRe: Save As A Chosen Date. [modified*3] Pin
RichardBerry23-Jul-07 2:53
RichardBerry23-Jul-07 2:53 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby223-Jul-07 9:35
frankiebaby223-Jul-07 9:35 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby223-Jul-07 15:31
frankiebaby223-Jul-07 15:31 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
RichardBerry23-Jul-07 22:00
RichardBerry23-Jul-07 22:00 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby223-Jul-07 22:22
frankiebaby223-Jul-07 22:22 
QuestionHTML Editor in Vb.net Pin
phyrrix22-Jul-07 6:46
phyrrix22-Jul-07 6:46 
AnswerRe: HTML Editor in Vb.net Pin
ne0h22-Jul-07 7:02
ne0h22-Jul-07 7:02 
AnswerRe: HTML Editor in Vb.net Pin
Naji El Kotob22-Jul-07 8:08
Naji El Kotob22-Jul-07 8:08 
Questionupdateing db Pin
stupid122-Jul-07 3:26
stupid122-Jul-07 3:26 
AnswerRe: updateing db Pin
stupid122-Jul-07 3:27
stupid122-Jul-07 3:27 
QuestionHow to replace text until end of the line? Pin
sweehin1822-Jul-07 2:18
sweehin1822-Jul-07 2:18 
AnswerRe: How to replace text until end of the line? Pin
Luc Pattyn22-Jul-07 2:44
sitebuilderLuc Pattyn22-Jul-07 2:44 
GeneralRe: How to replace text until end of the line? Pin
sweehin1822-Jul-07 2:59
sweehin1822-Jul-07 2:59 
GeneralRe: How to replace text until end of the line? Pin
Luc Pattyn22-Jul-07 3:32
sitebuilderLuc Pattyn22-Jul-07 3:32 
GeneralRe: How to replace text until end of the line? Pin
sweehin1823-Jul-07 4:59
sweehin1823-Jul-07 4:59 
GeneralRe: How to replace text until end of the line? Pin
Luc Pattyn23-Jul-07 5:22
sitebuilderLuc Pattyn23-Jul-07 5:22 
GeneralRe: How to replace text until end of the line? Pin
Luc Pattyn23-Jul-07 5:23
sitebuilderLuc Pattyn23-Jul-07 5:23 

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.