Newbie needs translation of Andy Pope's code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Not sure if I am in the right forum, but I would be grateful for any help in
explaining what the code does.

The code
Option Explicit

Private Sub ScrollBar1_Change()

End Sub

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub

This is from the scroll control on a scrolling graph - very neat - but i
would like to understand what it's doing. Hopefully learning as i go along.

Thanking you in advance
 
Looks like you removed all the code, so how can we tell you what it is
doing?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Just "read between the lines". <g>

Rick


Bob Phillips said:
Looks like you removed all the code, so how can we tell you what it is
doing?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)
 
Hi,

I've just copied it by right click - view code

Object is scrollbar 1 and procedure is change.

There is no more code there.

Am I right in thinking that what you are saying is that it doesn't actually
do anything? I think that kind of makes sense. Doesn't make me feel any less
stupid! :-)

Well I did say newbie!

Dare I ask what the few lines of code (that were there) mean or will my face
be even redder?

Cheers--
Smudge
 
Thank you Andy.

The scrolling chart is fantastic. Just what I need.

Think I need to do more playing around with offset to understand it better.
Need to walk before running

Thanks again :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top