cell shift

khalil

Board Regular
Joined
Jun 2, 2011
Messages
100
hi all
i have sheet 1 and sheet 2 in excel workbook,
when i shift any cell from any row to the right in sheet1 , i want cell E from the same row in sheet 2 to be shifted as well.

thanks
khalil
 
...This is great, but the code below is working as great and it is working in my project the only thing, we need it to do as many undo steps...
Khalil, you reposted here my code from your another thread.
Please do not mix threads and continue posting your separate task in the separate thread already created by you.

For more than one step undo buffer try one of two possible directions :
1. Use array RngUndo(1 To 100) for 50 steps or even the dynamic range RngUndo().
2. Use collection for saving inserted ranges in its items. Collection items can be easy added/deleted directly.

At problem please post in your another thread your code attempt and describe where the problem is in it.
 
Last edited:
Upvote 0

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
thank you Vladimir,
sorry it was a mistake posting in a different thread

thanks again:)
It is ok, your another post has the same name therefore it’s good reason to mix it up :)
BTW, hope you know that the code you posted does not work correctly with freezing formats code
 
Last edited:
Upvote 0
hi,
i am glad to till you it works fine with freezing format
but i am still trying to do the undo steps with the solution you just sent, but no luck so far

little help from you it might help:)
 
Upvote 0
...i am still trying to do the undo steps with the solution you just sent, but no luck so far
Khalil, ones again, please post undo task questions in the original (another) thread.
If you are on learning VBA please post your own code there, even one your own line with details about what exactly is not working to help with it.
Regards,
 
Upvote 0

Forum statistics

Threads
1,224,593
Messages
6,179,791
Members
452,942
Latest member
VijayNewtoExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top