#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default SQL Server

Hiya,

We had some templates in Word built before my time, which use Bookmarks to
match fields in a SQL Database. Does Excel has such 'bookmark' functionality
or an equivalent, as I was hoping to copy the code into an Excel template for
Invoices.

If not, I have tried embedding an Excel object into an existing Word
template, but the only problem is the object doesn't span across multiple
pages; once it becomes to big, the whole thing jumps onto a new page. Can
this be stopped?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default SQL Server

Excel doesn't have book marks but youo could embed the word document into an
excel worksheet. Then use the workbook as a templete to get your data. Use
ACTIVATE to open the embedded word document.

Now Excel could be the SQL database. Really the structure of an Excel
Workbook and an Access table is identical. it is just the default
application that is run. Your database open statement can either point to a
MDB file or a XLS file. An Excel worksheet is an Access Table. A cell in a
worksheet is a cell in an access table. The Head row in an excel worksheet
is the table headings in access.

"Andy Smith" wrote:

Hiya,

We had some templates in Word built before my time, which use Bookmarks to
match fields in a SQL Database. Does Excel has such 'bookmark' functionality
or an equivalent, as I was hoping to copy the code into an Excel template for
Invoices.

If not, I have tried embedding an Excel object into an existing Word
template, but the only problem is the object doesn't span across multiple
pages; once it becomes to big, the whole thing jumps onto a new page. Can
this be stopped?

Thanks

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
Joining SQL Server Stored Procedure to SQL Server Table JimP Excel Programming 2 March 9th 09 09:14 PM
Excel spreadsheet still pointing to old server after server move Yemi Excel Programming 0 June 26th 08 07:43 AM
can not locate the internet server or proxy server Tufail Excel Programming 0 September 30th 07 08:13 AM
Excel 2003 Error Cannot Locate the Internet Server or Proxy Server Seabee Excel Discussion (Misc queries) 0 November 20th 05 12:03 AM
problem updating link from Novell server to windows server #REF er Ellen Excel Discussion (Misc queries) 0 May 10th 05 09:18 PM


All times are GMT +1. The time now is 09:28 AM.

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"