Click here to Skip to main content
15,921,212 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unit testing MVP in VS Team Edition Pin
jimbaloo5-Apr-07 1:47
jimbaloo5-Apr-07 1:47 
Questionc# BHO - onDocumentComplete Pin
mikemcmeekin4-Apr-07 7:04
mikemcmeekin4-Apr-07 7:04 
AnswerRe: c# BHO - onDocumentComplete Pin
Douglas Troy4-Apr-07 7:22
Douglas Troy4-Apr-07 7:22 
GeneralRe: c# BHO - onDocumentComplete Pin
mikemcmeekin6-Apr-07 0:34
mikemcmeekin6-Apr-07 0:34 
QuestionMultiple Applications writing to one Excel Spreadsheet Pin
shamidi4-Apr-07 6:13
shamidi4-Apr-07 6:13 
AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 6:46
mveDave Kreskowiak4-Apr-07 6:46 
AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
shamidi4-Apr-07 6:51
shamidi4-Apr-07 6:51 
GeneralRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 12:17
mveDave Kreskowiak4-Apr-07 12:17 
Once again - No. It cannot be done using an Excel object.

Excel does not have the ability to merge changes from multiple sources at the same time. If you got multiple instances to open the same workbook, then both apps made different changes to the workbook, the last one to save it's changes wins, completely overwriting everything else that was changed in previous saves by the other copies of the app.

So, if Instance1 opened the workbook and Instance2 open the same workbook, both instances would have their own copy of the data. Now, if Instance1 changed cell A1 and Instance2 changes cell B1, then they both saved, but Instance2 saved last, the only change you'd see in the workbook would be that to cell B1. Cell A1 wouldn't have changed from the original workbook.

Use a real database engine and if you need that data in an Excel sheet, have a tool that exports the data into a workbook so you have a point-in-time copy of the data in Excel.


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


QuestionGet position order from coordenates Pin
Diego F.4-Apr-07 5:57
Diego F.4-Apr-07 5:57 
AnswerRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:04
Diego F.4-Apr-07 6:04 
GeneralRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:11
Diego F.4-Apr-07 6:11 
Questionhow to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 5:55
pashitech4-Apr-07 5:55 
AnswerRe: how to work with ClickOnce for automatic updation Pin
rvlemmings4-Apr-07 6:32
rvlemmings4-Apr-07 6:32 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 21:19
pashitech4-Apr-07 21:19 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v4-Apr-07 21:29
roel_v4-Apr-07 21:29 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:16
roel_v5-Apr-07 0:16 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech5-Apr-07 2:15
pashitech5-Apr-07 2:15 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 2:23
roel_v5-Apr-07 2:23 
AnswerRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:34
roel_v5-Apr-07 0:34 
QuestionRetrieving columns from joined tables in sql Pin
dboy2214-Apr-07 5:52
dboy2214-Apr-07 5:52 
AnswerRe: Retrieving columns from joined tables in sql Pin
Russell Jones4-Apr-07 5:58
Russell Jones4-Apr-07 5:58 
GeneralRe: Retrieving columns from joined tables in sql Pin
dboy2214-Apr-07 6:19
dboy2214-Apr-07 6:19 
QuestionProblems getting the MDI parent Pin
sinosoidal4-Apr-07 5:50
sinosoidal4-Apr-07 5:50 
AnswerRe: Problems getting the MDI parent Pin
netJP12L4-Apr-07 9:44
netJP12L4-Apr-07 9:44 
QuestionHelp regarding open source c# project Pin
monkeyx4-Apr-07 5:38
monkeyx4-Apr-07 5:38 

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.