LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Using Postscript in a WebQuery Accessing a Russian Website

Hi,
This is new territory for me, and I've spent a while trying to get this
website to return a table of data based on selections other than the
defaults, but not had any luck.

This is the website:
http://www.so-cdu.ru/Reporting/Repor...en_cons_hourly
its a Russian power industry website.
(looking at the source code I think it should appear in English, but
doesn't for me (in England))

The drop downs are for Region and Date, and the data I want to import
is at down below the chart.

No matter what I do it just gives me the default region and today's
date.
Here's my code, which just tries to change the date:

sub Test()
With ActiveSheet.QueryTables.Add(Connection:= _

"URL;http://www.so-cdu.ru/Reporting/Reports.aspx?name=gen_cons_hourly",
_
Destination:=Range("A1"))
.PostText = "Date=15.10.2006"
.Name = "Reports.aspx?name=gen_cons_hourly"
End With
End Sub

I've tried different date formats, field names (DATE and date and Date)
but no luck.
I think I must be doing something stupid.

(If I get this working my next challenge is to change the region - and
when I've tried to paste the region names into VBa the Cyrillic
characters don't appear.)

Any help would be greatly appreciated,
Regards,
Dransfield

 
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
PostScript generation in c# Ravi Excel Worksheet Functions 0 November 30th 07 05:15 AM
postscript piechart vijay Excel Worksheet Functions 1 December 1st 06 11:55 AM
russian excel vlookup S.O'Reilly Excel Worksheet Functions 1 March 24th 06 06:16 PM
Russian Language bennyob Excel Discussion (Misc queries) 3 November 4th 05 03:04 PM
Using Russian Language in Excel langron Excel Discussion (Misc queries) 0 May 15th 05 09:18 PM


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