Re: [ADVANCED-DOTNET] Copying and pasting Excel data via Clipboard

2005-01-28 Thread Ashes Mukherjee
No problem, Steve. Happy to do that next time onwards. From: [EMAIL PROTECTED] on behalf of Steve Johnson Sent: Thu 1/27/2005 9:24 AM To: Unmoderated discussion of advanced .NET topics. Subject: Re: [ADVANCED-DOTNET] Copying and pasting Excel data via Clipboard

Re: [ADVANCED-DOTNET] Copying and pasting Excel data via Clipboard

2005-01-27 Thread Steve Johnson
Ashes, I meant to refer you to the winforms list in my last post, but I see that you also cross-posted there. The vast majority of us read all the .NET lists, so it's really not necessary to cross-post. -- Steve Johnson === This list is hosted by DevelopMentorĀ®

Re: [ADVANCED-DOTNET] Copying and pasting Excel data via Clipboard

2005-01-27 Thread Steve Johnson
Ashes Mukherjee wrote: > My application attempts to transfer data from a grid in the > application to Excel and vice versa using the Clipboard as the > transfer medium. So far I have only succeeded to copy and paste > contents of cell and not the datatype or format (font, color, > alignment, etc.)

[ADVANCED-DOTNET] Copying and pasting Excel data via Clipboard

2005-01-27 Thread Ashes Mukherjee
My application attempts to transfer data from a grid in the application to Excel and vice versa using the Clipboard as the transfer medium. So far I have only succeeded to copy and paste contents of cell and not the datatype or format (font, color, alignment, etc.). As all Excel files can be sav