Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Copy Lotus Data Into Excel

I'm trying to get data from a Lotus database and put it in Excel. I
run into an application error when the data is too long (ex - 1800
characters). The code is

..Cells(n, 1) = xArray(1, n)

where xArray is a variant. I have to use variant or I get a 'Type
Mismatch' error.

Other things I've tried that gave me a type mismatch a
(1) Putting the data into a file with print# and write#.
(2) Putting data in Word with selection.typetext.
(3) Converting the data with
Write #1, CStr(xArray(1, n)).
(4) Converting the data using two arrays, one as a variant, and the
other as a string
txtArray(n) = varArray(n)

I'm at a loss. I don't know anything about database programming, sql,
etc. or I'd try that. If anyone has a solution, I sure could use the
help.

Thanks - JD

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
Get Data from Lotus Notes Database into Excel Steve Excel Discussion (Misc queries) 1 December 16th 08 03:58 PM
Formulas don't work after copy/paste from Lotus 1-2-3 97 (Excel 20 Bardur Excel Discussion (Misc queries) 1 February 1st 07 05:02 PM
Data table - Lotus 123 to Excel conversion cottage6 Excel Discussion (Misc queries) 0 November 8th 05 09:06 PM
how to convert lotus 1 2 3 data and graphs to excel 2000. Welsh non wizard Charts and Charting in Excel 1 October 24th 05 08:18 PM
Converting Lotus 123 macro to Excel - copy/move data to worksheet Bernice[_2_] Excel Programming 7 February 12th 04 03:47 PM


All times are GMT +1. The time now is 06:54 AM.

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"