Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default fast range copy (without clipboard and with formatting)

Is it possible to copy ranges with formatting without using clipboard

Range1.Copy Range2 uses clipboard, so int large loop it does not allow
comfortable work in other applications

AFAIK, it extremely slows down copying while running under terminal server
(because of sopying clipboard contents via network).

I have googled alot for the right solution, but the only tip i've found
was using values copy (TargetRange.Value=SourceRange.Value) -- it does not
fit to my needs because i want copy format too.

Thank you for your answers!

--
http://belugin.info
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default fast range copy (without clipboard and with formatting)

Have you tried the format painter, the paintbrush icon on the formatting
toolbar?

--
HTH

Bob Phillips

"Max Belugin" wrote in message
...
Is it possible to copy ranges with formatting without using clipboard

Range1.Copy Range2 uses clipboard, so int large loop it does not allow
comfortable work in other applications

AFAIK, it extremely slows down copying while running under terminal server
(because of sopying clipboard contents via network).

I have googled alot for the right solution, but the only tip i've found
was using values copy (TargetRange.Value=SourceRange.Value) -- it does not
fit to my needs because i want copy format too.

Thank you for your answers!

--
http://belugin.info



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default fast range copy (without clipboard and with formatting)

20.06.05 в 13:20 Bob Phillips в своём письме писал(а):

Have you tried the format painter, the paintbrush icon on the formatting
toolbar?

Thank you.
Okay, it copies formatting, but i want also copy values, row heights, etc
-- so i want the exact copy of source range.

--
http://belugin.info
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default fast range copy (without clipboard and with formatting)

Max,
Doesn't a normal Copy-Paste achieve this ?

NickHK

"Max Belugin" wrote in message
...
20.06.05 в 13:20 Bob Phillips в своём письме писал(а):

Have you tried the format painter, the paintbrush icon on the formatting
toolbar?

Thank you.
Okay, it copies formatting, but i want also copy values, row heights, etc
-- so i want the exact copy of source range.

--
http://belugin.info



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default fast range copy (without clipboard and with formatting)

20.06.05 в 14:26 NickHK в своём письме писал(а):

Max,
Doesn't a normal Copy-Paste achieve this ?


It does achieve this, but it modifies clipboard -- see the origin of thread

--
http://belugin.info


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default fast range copy (without clipboard and with formatting)

Sorry, I thought you just wanted formatting.

Only way I can think of is to use to VBA to pick up the values, formats etc,
and apply same to target, but there are so many properties this would be
awful.

--
HTH

Bob Phillips

"Max Belugin" wrote in message
...
20.06.05 в 13:20 Bob Phillips в своём письме писал(а):

Have you tried the format painter, the paintbrush icon on the formatting
toolbar?

Thank you.
Okay, it copies formatting, but i want also copy values, row heights, etc
-- so i want the exact copy of source range.

--
http://belugin.info



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
copy conditional formatting range Steven Leuck Excel Worksheet Functions 3 October 19th 09 07:21 PM
Range.Copy [Destination] should not use clipboard Ming[_2_] Excel Discussion (Misc queries) 0 October 1st 09 11:13 PM
Fast Formatting Devin[_2_] Excel Discussion (Misc queries) 3 November 5th 07 05:41 PM
Conditional formatting: NEED ANSWERS FAST!!! Turquoise_dax Excel Discussion (Misc queries) 1 June 22nd 06 04:21 PM
range to VBA array, and doing this fast Erich Neuwirth Excel Programming 1 September 12th 04 04:25 PM


All times are GMT +1. The time now is 05:55 AM.

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"