Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
!!! !!! is offline
external usenet poster
 
Posts: 1
Default write all data from web import into single cell

hi,
it's this posible in excel/vba?
write all data from web import into single cell (concatenate all data and
write to a single cell)

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default write all data from web import into single cell

Be careful of the limitation in excel. There is a 256 character limit in the
number of characters that you can see in the excel worksheet. Cell can
contain up to 64K of data. It is probabbly better that you import the data
and then combine the data if necessary. Is there a reason you want
everything in a single cell? Would it be better to export data to a text
file then combine the data into a single cell? How do you plan to use this
data?

"!!!" wrote:

hi,
it's this posible in excel/vba?
write all data from web import into single cell (concatenate all data and
write to a single cell)

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default write all data from web import into single cell

Depending on what you're trying to do, I may have a free open-source
add-in that can help. The add-in, documentation on its functions, and
sample templates, can be found in the files area of this Yahoo group:

http://finance.groups.yahoo.com/group/smf_addin/

One of the functions gives you the equivalent of the MID() function on
HTML source code. For example:

=RCHGetWebData("http://www.google.com",1,200)

....would get you the first 200 bytes of that URL. Since an EXCEL cell
can only contain 32767 bytes of data, it does limit the returned data
to that length.

On Oct 17, 6:07 am, !!! wrote:
it's this posible in excel/vba?
write all data from web import into single cell (concatenate all data and
write to a single cell)



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default write all data from web import into single cell

Depending on what you're trying to do, I may have a free open-source
add-in that can help. The add-in, documentation on its functions, and
sample templates, can be found in the files area of this Yahoo group:

http://finance.groups.yahoo.com/group/smf_addin/

One of the functions gives you the equivalent of the MID() function on
HTML source code. For example:

=RCHGetWebData("http://www.google.com",1,200)

....would get you the first 200 bytes of that URL. Since an EXCEL cell
can only contain 32767 bytes of data, it does limit the returned data
to that length.

On Oct 17, 6:07 am, !!! wrote:
it's this posible in excel/vba?
write all data from web import into single cell (concatenate all data and
write to a single cell)



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default write all data from web import into single cell

i'm importing a web page with a web query and i want to save the data in the
cell A1 ...
it's possible?

"Randy Harmelink" wrote:

Depending on what you're trying to do, I may have a free open-source
add-in that can help. The add-in, documentation on its functions, and
sample templates, can be found in the files area of this Yahoo group:

http://finance.groups.yahoo.com/group/smf_addin/

One of the functions gives you the equivalent of the MID() function on
HTML source code. For example:

=RCHGetWebData("http://www.google.com",1,200)

....would get you the first 200 bytes of that URL. Since an EXCEL cell
can only contain 32767 bytes of data, it does limit the returned data
to that length.

On Oct 17, 6:07 am, !!! wrote:
it's this posible in excel/vba?
write all data from web import into single cell (concatenate all data and
write to a single cell)






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default write all data from web import into single cell

I don't think you can with a Web Query. That process is designed to
parse the data into individual cells.

On Oct 19, 5:05 am, !!! wrote:
i'm importing a web page with a web query and i want to save the data in the
cell A1 ...
it's possible?


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
I WANT TO WRITE 18 DIGITS FIGURE IN A SINGLE CELL. bu i m unable. deva Excel Discussion (Misc queries) 5 May 14th 09 01:24 PM
Trying to write macro to combine data in multiple tabs into a single tab. [email protected] Excel Programming 3 June 15th 07 04:13 PM
Import data from four columns to single column in new sheet Kernow1962 Excel Discussion (Misc queries) 1 September 1st 06 06:29 PM
How to Import multiple-line addresses from Word into single cell? Queen Mother Excel Worksheet Functions 0 June 21st 06 06:06 PM
How can you import external text file paragraph a into single cell Sam Excel Discussion (Misc queries) 0 April 14th 05 12:58 PM


All times are GMT +1. The time now is 09:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"