Click here to Skip to main content
15,909,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBusiness Object Error Pin
nicetohaveyou16-Oct-07 1:30
nicetohaveyou16-Oct-07 1:30 
AnswerRe: Business Object Error Pin
Dave Kreskowiak16-Oct-07 2:15
mveDave Kreskowiak16-Oct-07 2:15 
QuestionHow to Use ? [modified] Pin
Satish_S16-Oct-07 0:42
Satish_S16-Oct-07 0:42 
AnswerRe: How to Use ? Pin
Christian Graus16-Oct-07 1:14
protectorChristian Graus16-Oct-07 1:14 
GeneralRe: How to Use ? Pin
Satish_S16-Oct-07 1:28
Satish_S16-Oct-07 1:28 
GeneralRe: How to Use ? Pin
Satish_S16-Oct-07 20:05
Satish_S16-Oct-07 20:05 
QuestionIs it possible to write data in an opened excel file ? Pin
rpimpley16-Oct-07 0:23
rpimpley16-Oct-07 0:23 
AnswerRe: Is it possible to write data in an opened excel file ? Pin
Dave Kreskowiak16-Oct-07 2:10
mveDave Kreskowiak16-Oct-07 2:10 
No, it's not. You have two problems. First, the file is already open, so any changes you make will be destroyed when Excel save the file.

Second, the Excel file format is binary and VERY complex, up to Excel 2003. You cannot just open a file for binary access, write to it, and call it a cell in Excel.

In Excel 2007, the file format changed to an open-spec XML format, which is basically a text file. But, you still can't write to a file opened as ShareDeny by another application.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionDeployment in VS 2003(User interface) Question Pin
Vimalsoft(Pty) Ltd16-Oct-07 0:19
professionalVimalsoft(Pty) Ltd16-Oct-07 0:19 
QuestionFile Upload Control in VB.Net Pin
Sivan.G15-Oct-07 23:02
Sivan.G15-Oct-07 23:02 
AnswerRe: File Upload Control in VB.Net Pin
Christian Graus15-Oct-07 23:26
protectorChristian Graus15-Oct-07 23:26 
QuestionSyncronize scrolling of 2 dataGridViews Pin
MohammadAmiry15-Oct-07 21:49
MohammadAmiry15-Oct-07 21:49 
AnswerFound a solution! Pin
MohammadAmiry15-Oct-07 23:45
MohammadAmiry15-Oct-07 23:45 
QuestionDynamic file Streams Pin
Benny_Lava15-Oct-07 21:17
Benny_Lava15-Oct-07 21:17 
AnswerRe: Dynamic file Streams Pin
Dave Kreskowiak16-Oct-07 2:05
mveDave Kreskowiak16-Oct-07 2:05 
QuestionVb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 19:59
vipul215-Oct-07 19:59 
AnswerRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Chetan Patel15-Oct-07 20:26
Chetan Patel15-Oct-07 20:26 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 21:22
vipul215-Oct-07 21:22 
AnswerRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Christian Graus15-Oct-07 23:28
protectorChristian Graus15-Oct-07 23:28 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 23:35
vipul215-Oct-07 23:35 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Christian Graus15-Oct-07 23:46
protectorChristian Graus15-Oct-07 23:46 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Dave Kreskowiak16-Oct-07 1:51
mveDave Kreskowiak16-Oct-07 1:51 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul216-Oct-07 2:32
vipul216-Oct-07 2:32 
QuestionWeb Browser Control Pin
Soumyadipta15-Oct-07 19:43
Soumyadipta15-Oct-07 19:43 
AnswerRe: Web Browser Control Pin
Christian Graus15-Oct-07 23:29
protectorChristian Graus15-Oct-07 23:29 

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.