Re: Help With Print Preview
From: Peter (peterguy)
Date: 11/15/04
- Next message: Peter: "Re: sending mail from vba with unknown client software"
- Previous message: Cindy M -WordMVP-: "Re: Indexing Automatically a document using VBA if necessary"
- In reply to: Reginald Johnson: "Help With Print Preview"
- Next in thread: Reginald Johnson: "Re: Help With Print Preview"
- Reply: Reginald Johnson: "Re: Help With Print Preview"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Nov 2004 13:35:12 -0800
Do you have to preview only that range?
PrintPreview applies to the Work*** object, at least in Office 2002, so wrk***.PrintPreview should preview the whole ***..
hth,
-Peter
"Reginald Johnson" <reginald.johnson@cox.net> wrote in message news:_Jzld.1681$Qj.993@lakeread07...
> Hello,
> I have an Access Form with a Tab Control in it. On one of the Tab
> controls I have a MS Spread*** Control. I've worked through the
> problems I've had so far, and the work*** works as I want it to.
> However, I am unable to Print Preview it. As of now, my code looks like
> this:
>
> Public Function FuncPrintPreview (frmMe as Form)
>
> Dim wrk*** as Work***
> Set wrk*** =frmMe.SprdTracker.Active***
> wrk***.Range("A1:N14").PrintPreview
>
> End Function
>
> However, it doesn't look like Print Preview is a method of any sort that
> is associated with a work*** object. Does anybody have an idea on
> how to do this?
- Next message: Peter: "Re: sending mail from vba with unknown client software"
- Previous message: Cindy M -WordMVP-: "Re: Indexing Automatically a document using VBA if necessary"
- In reply to: Reginald Johnson: "Help With Print Preview"
- Next in thread: Reginald Johnson: "Re: Help With Print Preview"
- Reply: Reginald Johnson: "Re: Help With Print Preview"
- Messages sorted by: [ date ] [ thread ]