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

An area has X number of rows by Y number of columns containing data.
Selecting the topmost filled cell at the leftmost column and using the
keyboard sequence CtrlShiftSpacebar, selects the whole area that
contains data. What is the VBA code equivelant? Thanks



*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Converting CtrlShiftSpacebar to VBA code

Did you mean to say: Ctrl + Shift + *
--
Jim Cone
Portland, Oregon USA



"Billy Ruben"
wrote in message
An area has X number of rows by Y number of columns containing data.
Selecting the topmost filled cell at the leftmost column and using the
keyboard sequence CtrlShiftSpacebar, selects the whole area that
contains data. What is the VBA code equivelant? Thanks
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Converting CtrlShiftSpacebar to VBA code

ActiveCell.CurrentRegion.Select

"Billy Ruben" wrote:

An area has X number of rows by Y number of columns containing data.
Selecting the topmost filled cell at the leftmost column and using the
keyboard sequence CtrlShiftSpacebar, selects the whole area that
contains data. What is the VBA code equivelant? Thanks



*** Sent via Developersdex http://www.developersdex.com ***

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Converting CtrlShiftSpacebar to VBA code

Just BEAUTIFUL, thanks.

What's a good source for finding VBA equivalents to Keyboard Shortcuts?

Again, thanks a bunch.

"JLGWhiz" wrote:

ActiveCell.CurrentRegion.Select

"Billy Ruben" wrote:

An area has X number of rows by Y number of columns containing data.
Selecting the topmost filled cell at the leftmost column and using the
keyboard sequence CtrlShiftSpacebar, selects the whole area that
contains data. What is the VBA code equivelant? Thanks



*** Sent via Developersdex http://www.developersdex.com ***

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Converting CtrlShiftSpacebar to VBA code

I find most of mine in the VBA help files. Just press Alt + F11 to open the
VBE and use the help search box to look for keywords for whatever you are
interested in. Sometimes the microsoft term is not what you think it should
be, so you might have to use the trial and error method for some of them.
You also might want to spend some time browsing the manuals that are included
in the help facility. Click the big arrows above the search box to display
the manuals. There should be at least three of them, one for Office, One for
Excel and One for Visual Basic Language Reference. These manuals are helpful
in learning the different categories of code for VBA as well as how to write
the code.

"Billyruben" wrote:

Just BEAUTIFUL, thanks.

What's a good source for finding VBA equivalents to Keyboard Shortcuts?

Again, thanks a bunch.

"JLGWhiz" wrote:

ActiveCell.CurrentRegion.Select

"Billy Ruben" wrote:

An area has X number of rows by Y number of columns containing data.
Selecting the topmost filled cell at the leftmost column and using the
keyboard sequence CtrlShiftSpacebar, selects the whole area that
contains data. What is the VBA code equivelant? Thanks



*** Sent via Developersdex http://www.developersdex.com ***

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
converting formulas to code tofimoon4 New Users to Excel 4 October 11th 10 01:01 PM
Converting code to function Dino Excel Programming 5 October 16th 08 02:12 AM
Converting EasyLanguage code to Excel holiday Excel Discussion (Misc queries) 0 January 6th 08 06:31 PM
Needs help converting some pseudo code into VB code williameis Excel Programming 2 December 21st 06 07:46 PM
UDF problem in converting data into code 128 B Safi Excel Worksheet Functions 0 July 30th 06 08:57 AM


All times are GMT +1. The time now is 01:41 PM.

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"