LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 173
Default Trying to do a refresh type function

Sure thing. This worked for me.

Sub MoveToSummary()
Dim rTable As Range

Set rTable = Sheet1.Range("C1").End(xlDown).CurrentRegion
Sheet2.Range("2:2").Insert
rTable.EntireRow.Cut
Sheet2.Range("2:2").Insert
rTable.EntireRow.Delete

End Sub
 
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
What is the bar and function name for refresh all? Eric Excel Programming 1 March 20th 10 11:19 AM
change chart type on pivot refresh BorisS Excel Programming 9 October 7th 06 01:26 AM
VBA Function not refresh tzcarmy[_8_] Excel Programming 5 March 30th 06 02:39 PM
function values do not refresh Jacob Excel Worksheet Functions 2 April 1st 05 09:51 PM
Function and needing to Refresh Mike Excel Programming 2 December 24th 03 04:22 PM


All times are GMT +1. The time now is 02:58 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"