Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I go to a specific column?

I have a spreadsheet of jobs. I can go to the next line and enter new number
but cannot GoTo column say 5 to enter "TODAY".
Thanks in anticipation of help.
--
prd
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default How do I go to a specific column?

Hi Peter,

It is rarely necessary or desirable to make selections.

Perhaps you could use (or modify) the following:

Cells(Rows.Count, "A").End(xlUp). _
Offset(0, 4).Formula = "=Today()"


Or to enter a static date:


Cells(Rows.Count, "A").End(xlUp).Offset(0, 4) = Date


---
Regards,
Norman



"petergamels" wrote in message
...
I have a spreadsheet of jobs. I can go to the next line and enter new
number
but cannot GoTo column say 5 to enter "TODAY".
Thanks in anticipation of help.
--
prd



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
locate a column, sum specific columns to the right of that column Beric Dondarrion Excel Discussion (Misc queries) 3 December 29th 09 01:43 AM
Insert Column after specific text title the new column and add for David Excel Discussion (Misc queries) 5 October 2nd 09 04:03 PM
Sum specific column rows based on 2 different column criteria Jack Excel Worksheet Functions 3 October 9th 08 05:03 PM
How do I update Column #1 based on specific value of column #2? SLH Excel Worksheet Functions 2 September 20th 05 02:16 PM
SUM/COUNT column(s) based on specific value present within the column markx Excel Worksheet Functions 6 March 22nd 05 10:23 AM


All times are GMT +1. The time now is 12:30 AM.

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"