VBA to create stock analytics display

M

Mike Thomas

Trying to figure out the VBA coding that creates a macro I can trigger at will through a Button feature that does the following: Have a single column of stock symbols (beginning at A10) and would like to put the cursor on the first one, then have the current cell copied to another cell that is linked to a stock analytic program which produces various analytical values and displays them in range A1:H1. Would like the cursor which is currently on the active stock symbol in column A to move to the right two columns to column C and then print the analytical values from A1:H1 from column C outward. Once that is done, want the cursor to move back to column A, go down to the next stock symbol and wait for me to trigger the .

This way I start with a column of stock symbols that I want to examine and when I hit the Button, the macro works its way down the column and I end up with a bunch of analytical data showing next to the applicable symbols.

Am new to VBA with no experience and the more I read at various postings the more confusing it becomes.

Thanks for your help.
Mike
 
D

Don Guillett

Trying to figure out the VBA coding that creates a macro I can trigger atwill through a Button feature that does the following: Have a single column of stock symbols (beginning at A10) and would like to put the cursor on the first one, then have the current cell copied to another cell that is linked to a stock analytic program which produces various analytical values and displays them in range A1:H1. Would like the cursor which is currently on the active stock symbol in column A to move to the right two columns to column C and then print the analytical values from A1:H1 from column C outward. Once that is done, want the cursor to move back to column A, go down to the next stock symbol and wait for me to trigger the .

This way I start with a column of stock symbols that I want to examine and when I hit the Button, the macro works its way down the column and I endup with a bunch of analytical data showing next to the applicable symbols.

Am new to VBA with no experience and the more I read at various postings the more confusing it becomes.

Thanks for your help.
Mike

Send a file to dguillett1 @gmail.com with an explanation and before/after examples
 

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

Top