Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default VSTO PasteSpecial

Folks,

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
Type.Missing, Type.Missing);

Does not seem to work. Nor does.

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
false, false);

I'm having trouble finding the right parameter for the third one, object
SkipBlanks and object Transpose.

Clues?


--
Bob Sullentrup
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VSTO PasteSpecial


rng.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
True, Transpose:=True

This may help.

Good Luck.


Folks,

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
Type.Missing, Type.Missing);

Does not seem to work. Nor does.

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
false, false);

I'm having trouble finding the right parameter for the third one
object
SkipBlanks and object Transpose.

Clues

--
goobe
-----------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...fo&userid=1983
View this thread: http://www.excelforum.com/showthread.php?threadid=48201

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default VSTO PasteSpecial

Goober,

Thanks for the response.

Do you happen to know what the Visual Studio Tools For Office (VSTO) version
of that VBA snippet might be?

thanks.

--
Bob Sullentrup


"Bob Sullentrup" wrote:

Folks,

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
Type.Missing, Type.Missing);

Does not seem to work. Nor does.

rng.PasteSpecial(Excel.XlPasteType.xlPasteValues,
Excel.XlPasteSpecialOperation.xlPasteSpecialOperat ionNone,
false, false);

I'm having trouble finding the right parameter for the third one, object
SkipBlanks and object Transpose.

Clues?


--
Bob Sullentrup

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VSTO David12345 Excel Discussion (Misc queries) 2 December 27th 05 08:14 PM
Function with VSTO ? [email protected] Excel Programming 1 August 29th 05 02:17 AM
Excel in VSTO Milo Excel Programming 0 June 17th 05 02:57 AM
VBA, UDFs and VSTO Terence Craig Excel Programming 3 October 25th 04 07:57 AM
VSTO 2.0 No Name Excel Programming 1 December 8th 03 09:02 PM


All times are GMT +1. The time now is 10:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"