Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Entering data using a mouse click

Hi. I want to enter simple data (a figure 1) into a series of cells while on
the telephone (its for a phone based questionnaire). Is there a way of just
pointing at the cell and clicking on the mouse that will le me do this? Many
thanks. Rob
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Entering data using a mouse click

How about a double-click??

Put the following in worksheet code:

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
Target.Value = 1
Cancel = True
End Sub

double-click any cell to set it to 1
--
Gary''s Student


"Cheers100" wrote:

Hi. I want to enter simple data (a figure 1) into a series of cells while on
the telephone (its for a phone based questionnaire). Is there a way of just
pointing at the cell and clicking on the mouse that will le me do this? Many
thanks. Rob

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Entering data using a mouse click

gary

Thanks for that but its a bit beyond my current capabilities! A double click
is fine but how do you put something in worksheet code ?

Rob

"Gary''s Student" wrote:

How about a double-click??

Put the following in worksheet code:

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
Target.Value = 1
Cancel = True
End Sub

double-click any cell to set it to 1
--
Gary''s Student


"Cheers100" wrote:

Hi. I want to enter simple data (a figure 1) into a series of cells while on
the telephone (its for a phone based questionnaire). Is there a way of just
pointing at the cell and clicking on the mouse that will le me do this? Many
thanks. Rob

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 194
Default Entering data using a mouse click

Cheers100

Right click on the worksheet tab & goto "view code" and place the code in
the open space on the right side of the screen.

Mike Rogers

"Cheers100" wrote:

gary

Thanks for that but its a bit beyond my current capabilities! A double click
is fine but how do you put something in worksheet code ?

Rob

"Gary''s Student" wrote:

How about a double-click??

Put the following in worksheet code:

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
Target.Value = 1
Cancel = True
End Sub

double-click any cell to set it to 1
--
Gary''s Student


"Cheers100" wrote:

Hi. I want to enter simple data (a figure 1) into a series of cells while on
the telephone (its for a phone based questionnaire). Is there a way of just
pointing at the cell and clicking on the mouse that will le me do this? Many
thanks. Rob

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Entering data using a mouse click

Mike and gary

Well I never thought it would work having never heard of worksheet code but
it has!! Fantastic - many thanks to you both.

Rob

"Mike Rogers" wrote:

Cheers100

Right click on the worksheet tab & goto "view code" and place the code in
the open space on the right side of the screen.

Mike Rogers

"Cheers100" wrote:

gary

Thanks for that but its a bit beyond my current capabilities! A double click
is fine but how do you put something in worksheet code ?

Rob

"Gary''s Student" wrote:

How about a double-click??

Put the following in worksheet code:

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
Target.Value = 1
Cancel = True
End Sub

double-click any cell to set it to 1
--
Gary''s Student


"Cheers100" wrote:

Hi. I want to enter simple data (a figure 1) into a series of cells while on
the telephone (its for a phone based questionnaire). Is there a way of just
pointing at the cell and clicking on the mouse that will le me do this? Many
thanks. Rob

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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
Entering Data: is there a way to do this? James E Middleton Excel Discussion (Misc queries) 4 October 29th 06 04:01 AM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Must move mouse before entering data? JoelCBennett Excel Discussion (Misc queries) 0 April 7th 05 11:25 PM


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