Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Give this a try,
Private Sub Worksheet_Change(ByVal Target As Range) Range ("C1").Select ActiveCell.Offset(1, 0).Range("A1").Select End If End Sub That should work, I am on an Island in the Pacific Right now and the computer here doesn't have excel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i SEE. no that did not work, either. Where can I learn of this VBA that you
speak of? damorrison wrote: Give this a try, Private Sub Worksheet_Change(ByVal Target As Range) Range ("C1").Select ActiveCell.Offset(1, 0).Range("A1").Select End If End Sub That should work, I am on an Island in the Pacific Right now and the computer here doesn't have excel -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200510/1 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Eternal_Cat
Where can I learn of this VBA that you speak of? See David McRitchie's introductory notes at: http://www.mvps.org/dmcritchie/excel/getstarted.htm See also David's Tutorials page at: http://www.mvps.org/dmcritchie/excel....htm#tutorials The VBA tutorials appear just below the half way point of that page. Consider, also, purchasing a book: one that might serve your purpose, and which receives frequent recommendation in the NG, is John Walkenbach's 'Excel VBA Programming For Dummies': http://www.j-walk.com/ss/books/bookxl27.htm --- Regards, Norman "eternal_cat via OfficeKB.com" <u14645@uwe wrote in message news:56654ae98bd18@uwe... i SEE. no that did not work, either. Where can I learn of this VBA that you speak of? damorrison wrote: Give this a try, Private Sub Worksheet_Change(ByVal Target As Range) Range ("C1").Select ActiveCell.Offset(1, 0).Range("A1").Select End If End Sub That should work, I am on an Island in the Pacific Right now and the computer here doesn't have excel -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200510/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return date if in range, else return blank | Excel Worksheet Functions | |||
Compare Value in Cell 1 to a List, Return Value if Match otherwise Return Null | Excel Discussion (Misc queries) | |||
LOOKUP and return the column heading for IF/THEN return for False | Excel Discussion (Misc queries) | |||
check if reference exists, then return its value or return 0 | Excel Worksheet Functions | |||
VBA Syntax for VLOOKUP to return array of return values | Excel Programming |