Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralI\O ports Pin
Member 87345214-May-04 7:10
Member 87345214-May-04 7:10 
GeneralRe: I\O ports Pin
Judah Gabriel Himango14-May-04 7:16
sponsorJudah Gabriel Himango14-May-04 7:16 
GeneralRe: I\O ports Pin
eggie514-May-04 20:30
eggie514-May-04 20:30 
GeneralRe: Setting a Form to TopMost Pin
myNameIsRon14-May-04 6:02
myNameIsRon14-May-04 6:02 
GeneralRe: Setting a Form to TopMost Pin
Heath Stewart14-May-04 6:27
protectorHeath Stewart14-May-04 6:27 
GeneralRe: Setting a Form to TopMost Pin
myNameIsRon15-May-04 11:25
myNameIsRon15-May-04 11:25 
GeneralRe: Setting a Form to TopMost Pin
Heath Stewart16-May-04 11:25
protectorHeath Stewart16-May-04 11:25 
GeneralExcel Paste Special Pin
Russell Jones14-May-04 5:36
Russell Jones14-May-04 5:36 
I can't get this to work at all.

If i use vba i use:

myRange.copy
myRange.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False

what i'm trying to do is paste the data back to where they originally came from. In c# though, there is no overload for copy that doesn't take arguments.

has anyone done copy and pastespecial before, or know another way of getting c# to convert a range from references / formulas to values. The code will be called up to 5000 times per run of the application, so while it doesn't need to be lightning fast, it needs to be quicker than looping throught the cells and setting their values individually.


Thanks

Russ
GeneralRe: Excel Paste Special Pin
Russell Jones14-May-04 5:50
Russell Jones14-May-04 5:50 
GeneralEmbed C# code within VB application Pin
Jack Knife14-May-04 5:23
Jack Knife14-May-04 5:23 
GeneralRe: Embed C# code within VB application Pin
Judah Gabriel Himango14-May-04 5:42
sponsorJudah Gabriel Himango14-May-04 5:42 
GeneralRe: Embed C# code within VB application Pin
Heath Stewart14-May-04 5:55
protectorHeath Stewart14-May-04 5:55 
GeneralSaving data in ListView Pin
mikeyb2514-May-04 5:20
mikeyb2514-May-04 5:20 
GeneralRe: Saving data in ListView Pin
Judah Gabriel Himango14-May-04 5:50
sponsorJudah Gabriel Himango14-May-04 5:50 
GeneralHelp files .NET applications Pin
Sudhakar Pasupunuri14-May-04 4:57
Sudhakar Pasupunuri14-May-04 4:57 
GeneralRe: Help files .NET applications Pin
Heath Stewart14-May-04 5:51
protectorHeath Stewart14-May-04 5:51 
GeneralRe: Help files .NET applications Pin
Sudhakar Pasupunuri17-May-04 2:20
Sudhakar Pasupunuri17-May-04 2:20 
GeneralRe: Help files .NET applications Pin
Heath Stewart17-May-04 3:31
protectorHeath Stewart17-May-04 3:31 
GeneralRe: Help files .NET applications Pin
Sudhakar Pasupunuri17-May-04 4:59
Sudhakar Pasupunuri17-May-04 4:59 
GeneralRe: Add Web Reference Problem Pin
mjmcinto14-May-04 4:57
mjmcinto14-May-04 4:57 
Generalregd creating library Pin
karteek14-May-04 3:38
karteek14-May-04 3:38 
GeneralRe: regd creating library Pin
Paul Watson14-May-04 4:18
sitebuilderPaul Watson14-May-04 4:18 
GeneralShow Color In Datagrid Pin
sreejith ss nair14-May-04 3:37
sreejith ss nair14-May-04 3:37 
GeneralRe: Show Color In Datagrid Pin
OmegaSupreme14-May-04 4:12
OmegaSupreme14-May-04 4:12 
GeneralRe: Show Color In Datagrid Pin
Heath Stewart14-May-04 5:47
protectorHeath Stewart14-May-04 5:47 

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.