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

What is the correct code for this:

If ActiveRow < Row("1:1") Then


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Selection Questions

If ActiveCell.Row < 1 Then

HTH,
Nikos

"scrabtree23" wrote in message
...
What is the correct code for this:

If ActiveRow < Row("1:1") Then




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Selection Questions

try
if activecell.row<

--
Don Guillett
SalesAid Software

"scrabtree23" wrote in message
...
What is the correct code for this:

If ActiveRow < Row("1:1") Then




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Selection Questions

Hi
if activecell.row<1

"scrabtree23" wrote:

What is the correct code for this:

If ActiveRow < Row("1:1") Then


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default Selection Questions

Thanks to all. Sometimes the answers are simple. I will have a harder one
later. :)

"scrabtree23" wrote:

What is the correct code for this:

If ActiveRow < Row("1:1") Then


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
Answers to questions posing more questions in a workbook sbelle1 Excel Worksheet Functions 2 August 8th 09 01:02 AM
View Questions and Answer to questions I created Roibn Taylor Excel Discussion (Misc queries) 4 July 24th 08 12:05 AM
Copy Selection - Transpose Selection - Delete Selection Uninvisible Excel Discussion (Misc queries) 2 October 23rd 07 04:18 PM
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. jonH Excel Programming 3 June 7th 04 09:13 PM
Some VBA questions about cell selection JasonSelf[_7_] Excel Programming 2 February 2nd 04 09:26 AM


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