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


I have the following code in a shared file, and i keep running into
errors with the insert code.

If scoreRow < x Then
ws1.Cells(scoreRow, 11).Cut
ws1.Cells(x, 11).Insert
ws1.Cells(scoreRow, 12).Cut
ws1.Cells(x, 12).Insert
End If

Q. Is there an alternative way to carry out the above procedure in a
shared file.

Thanks for any help.


--
mikewild2000
------------------------------------------------------------------------
mikewild2000's Profile: http://www.excelforum.com/member.php...fo&userid=3276
View this thread: http://www.excelforum.com/showthread...hreadid=526064

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Alternative to insert

In the help on Limitations of Shared workbooks, it says

"You can't insert or delete blocks of cells"

as a workaround it suggests:

" You can insert entire rows and columns."

--
Regards,
Tom Ogilvy

"mikewild2000" wrote:


I have the following code in a shared file, and i keep running into
errors with the insert code.

If scoreRow < x Then
ws1.Cells(scoreRow, 11).Cut
ws1.Cells(x, 11).Insert
ws1.Cells(scoreRow, 12).Cut
ws1.Cells(x, 12).Insert
End If

Q. Is there an alternative way to carry out the above procedure in a
shared file.

Thanks for any help.


--
mikewild2000
------------------------------------------------------------------------
mikewild2000's Profile: http://www.excelforum.com/member.php...fo&userid=3276
View this thread: http://www.excelforum.com/showthread...hreadid=526064


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Alternative to insert


tom,

I'm struggling to find an easy way to select then entire row b
adjusting the code i already have.

Where do i start

--
mikewild200
-----------------------------------------------------------------------
mikewild2000's Profile: http://www.excelforum.com/member.php...nfo&userid=327
View this thread: http://www.excelforum.com/showthread.php?threadid=52606

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
Alternative to Concatenate DaveKid Excel Discussion (Misc queries) 5 October 28th 08 04:40 PM
Alternative to IF Dave P[_2_] Excel Worksheet Functions 7 March 28th 08 05:00 PM
If alternative Busy Bee Excel Worksheet Functions 4 June 30th 06 12:53 AM
Alternative to Indirect [email protected] Excel Worksheet Functions 1 June 20th 06 12:29 PM
Alternative to SendKeys Garry Rathbone Excel Programming 1 July 28th 04 12:36 PM


All times are GMT +1. The time now is 09:27 AM.

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

About Us

"It's about Microsoft Excel"