Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default Not Printing cells

Hello, i am automating with Foxpro. everything is fine with one exception. i
have a formula in column G, i am hiding it from viewing, but it still prints
out and i need it not to. how do i go about this?

thanks in advance.

Tom
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Not Printing cells

How are you hiding it from viewing?

--
Regards,
Tom Ogilvy


"Tom" wrote in message
...
Hello, i am automating with Foxpro. everything is fine with one exception.

i
have a formula in column G, i am hiding it from viewing, but it still

prints
out and i need it not to. how do i go about this?

thanks in advance.

Tom



  #3   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default Not Printing cells

osheet.Columns("G:G").Hidden = .T.



"Tom Ogilvy" wrote:

How are you hiding it from viewing?

--
Regards,
Tom Ogilvy


"Tom" wrote in message
...
Hello, i am automating with Foxpro. everything is fine with one exception.

i
have a formula in column G, i am hiding it from viewing, but it still

prints
out and i need it not to. how do i go about this?

thanks in advance.

Tom




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Not Printing cells

I know .T. is true in foxpro, but it isn't in COM I wouldn't think. Try

oSheet.columns("G:G").Hidden = -1

--
Regards,
Tom Ogilvy

"Tom" wrote in message
...
osheet.Columns("G:G").Hidden = .T.



"Tom Ogilvy" wrote:

How are you hiding it from viewing?

--
Regards,
Tom Ogilvy


"Tom" wrote in message
...
Hello, i am automating with Foxpro. everything is fine with one

exception.
i
have a formula in column G, i am hiding it from viewing, but it still

prints
out and i need it not to. how do i go about this?

thanks in advance.

Tom






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
Cells not printing Tammy Chavez Excel Discussion (Misc queries) 0 October 8th 07 06:31 PM
Not-printing cells/formulas CHallisy Excel Discussion (Misc queries) 0 March 12th 07 08:20 PM
Printing Unprotected Cells Only kacryan001 Excel Discussion (Misc queries) 4 September 10th 06 04:01 PM
printing cells andrewm Excel Worksheet Functions 1 July 1st 05 03:29 AM
printing not within the cells Help me Print Excel Discussion (Misc queries) 0 March 4th 05 04:45 PM


All times are GMT +1. The time now is 05:45 PM.

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"