Is there anyway to create a shortcut for the Fill Up command. You know, Fill Down is Ctrl-D and Fill Right is Ctrl-R. Is there anyway to set up one for Fill Up?
Is there anyway to create a shortcut for the Fill Up command. You know, Fill Down is Ctrl-D and Fill Right is Ctrl-R. Is there anyway to set up one for Fill Up?
Go to Tools > Macro > Record New macro
Macro Name: FillUp, Short Cut: Ctrl+****+U (Because Ctrl+U is unavaliable)
Tools > Macro > Record New macro
Macro Name: FillUp, Short Cut: Ctrl+****+U (Because Ctrl+U is unavaliable)
Ok, then key in something or what ever, then stop recording
Alt+F11, open the VBA
Use the following code to overwrite the code in Modules, Sub FillUp()
Save![]()
Please Login or Register to view this content.
Done
I need your support to add reputations if my solution works.
Hi sglife,
Thanks for this. But how can I code it to work on multiple selected cells, like a row of data?
Its k.. I got it. Just changed 'ActiveCell' to 'Selection'![]()
Thank you! This worked flawlessly and saved me so much time.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks