Anda di halaman 1dari 5

When you already have typed a long word document, returning to the end of the do

cument which is usually the last location where you made your last edit or chang
es is time consuming and is a lot of effort since you have to scroll down to it
or go there by using control + end key combo.
Here is an easier way to do it. Just use shift + F5.
Another way is by writing a macro, but it s a lot of trouble for those who can t pro
grPrivate Const URL_TEMPLATE As String = "URL;http://www.moneycontrol.com/stocks
/hist_stock_result.php?sc_id=RI&pno={0}&hdn=daily&fdt=2000-01-01&todt=2013-03-01
"
Private Const NUMBER_OF_PAGES As Byte = 7
Sub test()
Dim page As Byte
Dim queryTableObject As QueryTable
Dim url As String
For page = 1 To NUMBER_OF_PAGES
url = VBA.Strings.Replace(URL_TEMPLATE, "{0}", page)
When you already have typed a long word document, returning to the end of the d
ocument which is usually the last location where you made your last edit or chan
ges is time consuming and is a lot of effort since you have to scroll down to it
or go there by using control + end key combo.
Here is an easier way to do it. Just use shift + F5.
Another way is by writing a macro, but it s a lot of trouble for those who can t pro
gr
Set queryTableObject = ActiveSheet.QueryTables.Add(Connection:=url, Des
tination:=ThisWorkbook.Worksheets.Add.[a1])
queryTableObject.WebSelectionType = xlSpecifiedTables
queryTableObject.WebTables = "3"
queryTableObject.Refresh
Next page
End SubPrivate Const URL_TEMPLATE As String = "URL;http://www.moneycontrol.com/s
tocks/hist_stock_result.php?sc_id=RI&pno={0}&hdn=daily&fdt=2000-01-01When you al
ready have typed a long word document, returning to the end of the document whic
h is usually the last location where you made your last edit or changes is time
consuming and is a lot of effort since you have to scroll down to it or go there
by using control + end key combo.
Here is an easier way to do it. Just use shift + F5.
Another way is by writing a macro, but it s a lot of trouble for those who can t pro
gr&todt=2013-03-01"
Private Const NUMBER_OF_PAGES As Byte = 7
Sub test()
Dim page As Byte
Dim queryTableObject As QueryTable
Dim url As String
When you already have typed a long word document, returning to the end of the do
cument which is usually the last location where you made your last edit or chang
es is time consuming and is a lot of effort since you have to scroll down to it
or go there by using control + end key combo.
Here is an easier way to do it. Just use shift + F5.
Another way is by writing a macro, but it s a lot of trouble for those who can t pro

gr
For page = 1 To NUMBER_OF_PAGES
url = VBA.Strings.Replace(URL_TEMPLATE, "{0}", page)
Set queryTableObject = ActiveSheet.QueryTables.Add(Connection:=url, Dest
ination:=ThisWorkbook.Worksheets.Add.[a1])
queryTableObject.WebSelectionType = xlSpecifiedTables
queryTableObject.WebTables = "3"
queryTableObject.Refresh
Next page
End SubYou can t go broke taking a profit. (The brokers invented thatone, of course
, which is one reason that new traders always hear of it!) This trading maxim ap
pears to makewonderful sense, but only when viewed in the context of a recent tr
ade with a speci
Icons for a few types of files
A folder is a container you can use to store files in. If you had thousands of p
aper files on your desk, it would be nearly impossible to find any particular
://www.sysprobs.com/windows-7-network-slow
http://www.vistax64.com/tutorials/72308-auto-tuning-tcp-ip-receive-level.html
https://support.microsoft.com/en-us/kb/947239
http://bWorking with files and folders
In this articleUsing libraries to access your files and folders
Understanding the parts of a window
Viewing and arranging files and folders
Finding files
Copying and moving files and folders
Creating and deleting files
Opening an existing file
A file is an item that contains information for example, text or images or music.
When opened, a file can look very much like a text document or a picture that yo
u might find on someone's desk or in a filing cabinet. On your computer, files a
re represented with icons; this makes it easy to recognize a type of file by loo
king at its icon. Here are some common file icons:
Icons for a few types of files
A folder is a container you can use to store files in. If you had thousands of p
aper files on your desk, it would be nearly impossible to find any particular
etanews.com/2011/01/20/use-hidden-windows-tweaks-to-speed-up-your-internet-and-n
etwork-connections/
http://www.riccardoriva.info/blog/?p=1286
http://www.mydigitallife.info/disable-tcp-auto-tuning-to-solve-slow-network-cann
ot-load-web-page-or-download-email-problems-in-vista/
http://www.aip.im/2012/10/how-to-disable-receive-window-auto-tuning-level/

for windows 2008


http://kb.globalscape.com/KnowledgebaseArticle10438.aspx?Keywords=MaxConnect+Bac
klog

In old days men had the rack. Now they have the Press. That is an improvement ce
rtainly. But still it is very bad, and wrong, and demoralizing. Somebody
was it
Burke? called journalism the fourth estate. That was true at the time no doubt.
But at the present moment it is the only estate. It has eaten up the other three
. The Lords Temporal say nothing, the Lords Spiritual have nothing to say, and t
he House of Commons has nothing to say and says it. We are dominated by Journali
sm.
"Fourth Estate" most commonly refers to the news media, especially print journa
lism or "the press".
.duckware.com/blog/how-windows-is-killing-internet-download-speeds/index.html
http://www.sysprobs.com/windows-7-network-slow
http://www.vistax64.com/tutorials/72308-auto-tuning-tcp-ip-receive-level.html
https://support.microsoft.com/en-us/kb/947239
http://betanews.com/2011/01/20/use-hidden-windows-tweaks-to-speed-up-your-intern
et-and-network-connections/
http://www.riccardoriva.info/blog/?p=1286
http://www.mydigitallife.info/disable-tcp-auto-tuning-to-solve-slow-network-cann
ot-load-web-page-or-download-email-problems-in-vista/
http://www.aip.im/2012/10/how-to-disable-receive-window
Thomas Carlyle attributed the origin of the term to Edmund Burke, who used it in
a parliamentary debate in 1787 on the opening up of press reporting of the Hous
e of Commons of Great Britain. Earlier writers have applied the term to lawyers,
to the British queens consort (acting as a free agent, independent of the king)
, and to the proletariat. The term makes implicit reference to the earlier divis
ion of the three Estates of the Realm.
for comparison sold at fullybooked for 720
http://www.fullybookedonline.com/the-new-market-wizards
2) A BEGINNER'S GUIDE TO DAY TRADING ONLINE 2ND ED - 400 PESOS
by TONI TURNER
Private Const URL_TEMPLATE As String = "URL;http://www.moneycontrol.com/stocks/h
ist_stock_result.php?sc_id=RI&pno={0}&hdn=daily&fdt=2000-01-01&todt=2013-03-01"
Private Const NUMBER_OF_PAGES As Byte = 7
Sub test()
Dim page As Byte
Dim queryTableObject As QueryTable
Dim url As String
For page = 1 To NUMBER_OF_PAGES
url = VBA.Strings.Replace(URL_TEMPLATE, "{0}", page)
Set queryTableObject = ActiveSheet.QueryTables.Add(Connection:=url, Dest
ination:=ThisWorkbook.Worksheets.Add.[a1])
queryTableObject.WebSelectionType = xlSpecifiedTables
queryTableObject.WebTables = "3"
queryTableObject.Refresh
Next page
End Sub
PAPERBACK
CONDITION UNUSED VERY GOOD CONDITION

3) WINNING IN WALL STREET -P400 pesos


by .duckware.com/blog/how-windows-is-killing-internet-download-speeds/index.html
http://www.sysprobs.com/windows-7-network-slow
http://www.vistax64.com/tutorials/72308-auto-tuning-tcp-ip-receive-level.html
https://support.microsoft.com/en-us/kb/947239
http://betanews.com/2011/01/20/use-hidden-windows-tweaks-to-speed-up-your-intern
et-and-network-connections/
http://www.riccardoriva.info/blog/?p=1286
http://www.mydigitallife.info/disable-tcp-auto-tuning-to-solve-slow-network-cann
ot-load-web-page-or-download-email-problems-in-vista/
http://www.aip.im/2012/10/how-to-disable-receive-windowMarty Zweig
HARDCOVER
good condition
For comparison price at fullybooked is 712 pesos.
http://www.fullybookedonline.com/a-beginner-s-guide-to-day-trading-online
For comparison price at fullybooked is 712 pesos.
http://www.fullybookedonline.com/a-beginner-s-guide-to-day-trading-online

For comparison price at fullybooked is 712 pesos.


http://www.fullybookedonline.com/a-beginner-s-guide-to-day-trading-online
3) WINNING IN WALL STREET -P400 pesos
by Marty Zweig
HARDCOVER
good condition
4) BEATING THE STREET 400
by Peter Lynch
HARDCOVER
GOOD CONDITION
4) BEATING THE STREET 400
by Peter Lynch
HARDCOVER
GOOD CONDITION

1) THE NEW MARKET WIZARDS: CONVERSATIONS WITH AMERICA S TOP TRADERS - 350 pesos
by Jack Schwagger
USED CONDITION
for comparison sold at fullybooked for 720
http://www.fullybookedonline.com/the-new-market-wizards
2) A BEGINNER'S GUIDE TO DAY TRADING ONLINE 2ND ED - 400 PESOS
by TONI TURNER
PAPERBACK
CONDITION UNUSED VERY GOOD CONDITION

Anda mungkin juga menyukai