Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bob Phillips
 
Posts: n/a
Default

Here is some event code that I posted once before that does just that if any
cell in row 1 is selected

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

Application.EnableEvents = False
On Error GoTo sub_exit
If Not Intersect(Target, Rows(1)) Is Nothing Then
Application.DisplayFormulaBar = False
Else
Application.DisplayFormulaBar = True
End If
sub_exit:
Application.EnableEvents = True
End Sub



'This is worksheet event code, which means that it needs to be
'placed in the appropriate worksheet code module, not a standard
'code module. To do this, right-click on the sheet tab, select
'the View Code option from the menu, and paste the code in.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Biff" wrote in message
...
Hi!

Maybe temporarily NOT display the formula bar.

Goto ViewFormula Bar

OR, to select C:J

Hit F5

Reference:

C:J

Biff

-----Original Message-----
I create Row 1 headings in a number of Cols. (say A-F)

with alt-enter to
create 2 lines in each cell. The formular bar commences

at about Col C. When
I try to select whole Cols by clicking on any Col

alphabet after C it is as
if I selected a cell in Row 1 and the formula bar entry

completely obscures
the rest of the Col headings I want to select.(it has

expanded to show the 2
lines from the cell entry)
Hope this makes sense - wish I could put in a screen shot

.



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
enter data on 1 sheet and make it enter on next avail row on 2nd s Nadia Excel Discussion (Misc queries) 27 September 9th 05 03:39 PM
Formula based on a cell entry Fat Bastard Excel Discussion (Misc queries) 10 March 13th 05 05:32 AM
Move the last entry in a column to a different cell, when the loc. MicroSoft Excell (?) Excel Worksheet Functions 2 January 7th 05 09:29 PM
Hyperlink with Enter key CPA Jammer Excel Discussion (Misc queries) 0 December 22nd 04 03:53 PM
how do i set up a single cell continual entry in excel to total f. mike@swallow Excel Discussion (Misc queries) 1 December 7th 04 12:29 PM


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