Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi friends
I am using a Web Query to download some stock related data. The fonts on the web page are of small size and the heading are in black color as well the data too. What I did to change the size and color is : Range("B12").Font.Bold = True Range("B12").Font.Size = 10 Range("B12").Font.Color = RGB(255, 0, 0) I have written this code after refreshing the web query. This piece of code works for some time....but then font and other things get their original color and size... The effect is till the refresh icon is working after that no use of this piece of code. I have written this code after the refresh event!!!!!!!!!! Please put some light on this area..... Thanks in advance Anand |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I 'Enable Automatic Refresh' for Query Refresh by default | Setting up and Configuration of Excel | |||
Query Refresh-Enable Automatic Refresh Dialogue Box | Excel Discussion (Misc queries) | |||
Timing of automatic query refresh and macro pivot table refresh | Excel Programming | |||
Excel does not close from VB!! (when i refresh Refresh query with BackgroundQuery:=False) | Excel Programming | |||
Web Query fail to Refresh All but individual refresh is ok | Excel Programming |