Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need to know how to obtain this...please

I need a quote to come from the net into say cell "D4" in excel
The next time it refreshes, I want that current quote "snapshoted"
and placed directly underneath into "D5".
and cell "D4" becomes the new current quote just brought in from the
net.

and for the day it'll do this every minute.

buy the end of the day I should have a list that looks like below.

$3.00
$3.00
$3.10
$3.00
$3.10
$3.50
$3.40
$3.20
etc all the way down.

Totally apprieciate the help! thanks.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default Need to know how to obtain this...please

Leaving the import and timer part of the macro out ( I assume you already
have this)

prior to updating cell D4
add code

range ("D4").select
selection.insert shift:=xlshiftdown

then carry out your refresh of data

Steve

"0o0o0" wrote in message
...
I need a quote to come from the net into say cell "D4" in excel
The next time it refreshes, I want that current quote "snapshoted"
and placed directly underneath into "D5".
and cell "D4" becomes the new current quote just brought in from the
net.

and for the day it'll do this every minute.

buy the end of the day I should have a list that looks like below.

$3.00
$3.00
$3.10
$3.00
$3.10
$3.50
$3.40
$3.20
etc all the way down.

Totally apprieciate the help! thanks.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need to know how to obtain this...please

Im currently studying a VBA code book and youve presented me with macro
stuff, this is all coming together now!

Although 'no' I havent done an import and timer thing.. or have I?
lol.. would this be in the iqy file?

if not can you add this to the last string you sent me?

Thanks for the help!



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

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
How to obtain my goal? Islic-ExcelChallenged Excel Discussion (Misc queries) 2 October 2nd 09 10:38 PM
Need to obtain Col Letter - VBA Emece Excel Discussion (Misc queries) 1 February 13th 09 03:47 PM
How To Obtain The Top 10% SMH Excel Discussion (Misc queries) 4 March 26th 08 01:09 PM
How can I obtain a calendar that will go from Jun 06 to Sep 07? KFA Excel Discussion (Misc queries) 1 June 2nd 06 07:48 PM
how to obtain sheet name? Khoshravan Excel Discussion (Misc queries) 7 May 22nd 06 01:32 AM


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