Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Apparently Empty Cell--with formula inside

Hi,
I am trying to make a command button become visible if a certain
'reference cell' has a value in it. But, the problem is there's a
formula in the cell
being referenced.

i can't get these to work. that is, to not appear if there is no
value from
the formula in the cell.

If Range("A1").Value 0 Then Sheets(1).cmdHIDE.Visible = True
or
If Range("A1").Value = "" Then Sheets(1).cmdHIDE.Visible = false

Thanks for any help,

SF
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Apparently Empty Cell--with formula inside

Hi
can you post your formula. It may return the result " " (a space). If
this is true change the return to "" ('empty' cell)

--
Regards
Frank Kabel
Frankfurt, Germany

foamfollower wrote:
Hi,
I am trying to make a command button become visible if a certain
'reference cell' has a value in it. But, the problem is there's a
formula in the cell
being referenced.

i can't get these to work. that is, to not appear if there is no
value from
the formula in the cell.

If Range("A1").Value 0 Then Sheets(1).cmdHIDE.Visible = True
or
If Range("A1").Value = "" Then Sheets(1).cmdHIDE.Visible = false

Thanks for any help,

SF


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
formula finds values in apparently blank cells Daniel Collison Excel Worksheet Functions 1 January 12th 10 02:34 PM
Clear empty space inside every cell in excel 2003 and 2007 Don Vito Excel Worksheet Functions 1 October 8th 09 09:20 AM
Formula apparently successful but #VALUE displayed Matthew Leingang Excel Worksheet Functions 2 January 22nd 08 03:32 PM
Apparently exceeds max formula length? BudW Excel Discussion (Misc queries) 6 January 26th 07 10:25 PM
Using a value from a cell inside a formula! marsupilami Excel Discussion (Misc queries) 5 August 24th 05 07:06 AM


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

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"