PC Review


Reply
Thread Tools Rate Thread

Application.Sheet1.PrintOut = property not suported

 
 
pswanie
Guest
Posts: n/a
 
      16th Feb 2008
Application.Sheet1.PrintOut

how do i tell it to print sheet1?
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      16th Feb 2008
ActiveSheet.PrintOut
Or Sheets("Sheet1").PrintOut

"pswanie" wrote:

> Application.Sheet1.PrintOut
>
> how do i tell it to print sheet1?

 
Reply With Quote
 
JMB
Guest
Posts: n/a
 
      16th Feb 2008
Either
Sheet1.PrintOut
Application.Sheets("Sheet1").PrintOut

Assuming the tab name and code name are identical.


"pswanie" wrote:

> Application.Sheet1.PrintOut
>
> how do i tell it to print sheet1?

 
Reply With Quote
 
pswanie
Guest
Posts: n/a
 
      16th Feb 2008
thanx

"JMB" wrote:

> Either
> Sheet1.PrintOut
> Application.Sheets("Sheet1").PrintOut
>
> Assuming the tab name and code name are identical.
>
>
> "pswanie" wrote:
>
> > Application.Sheet1.PrintOut
> >
> > how do i tell it to print sheet1?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload Data from Sheet1 on Local Machine to Sheet1 on LAN ryguy7272 Microsoft Excel Programming 2 3rd Jul 2008 08:40 PM
Not ScreenUpdating with PrintOut Property Edd Microsoft Excel Programming 0 7th Feb 2008 01:56 AM
Copy from file1 sheet1/file2 sheet1 last blank row =?Utf-8?B?VGFzaGE=?= Microsoft Excel Programming 2 22nd Aug 2007 08:24 PM
Is there a Filename property in PrintOut property Christian Microsoft Excel Programming 4 3rd Sep 2004 10:12 PM
printout of object property settings TJS Microsoft ASP .NET 0 17th Oct 2003 06:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:11 PM.