Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 788
Default How do i get VB to reckognise an empty cell when excel thinks it's

Confused??
I have vb copy a section of a sheet with formulas in and then paste it to
another workbook as values to remove the formulas and leave the results.
I want to set up a check to look for cells that are blank in specific
columns, the problem being that where there was a formlua excel thinks there
is something in the cell and ignores it.
Does anyone know of a way round this, either before the copy or after the
paste?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default How do i get VB to reckognise an empty cell when excel thinks it's

Use LEN

IF Len(Range("A1").Value) = 0 then
...

--
HTH

Bob Phillips

"Chris" wrote in message
...
Confused??
I have vb copy a section of a sheet with formulas in and then paste it to
another workbook as values to remove the formulas and leave the results.
I want to set up a check to look for cells that are blank in specific
columns, the problem being that where there was a formlua excel thinks

there
is something in the cell and ignores it.
Does anyone know of a way round this, either before the copy or after the
paste?



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
cell is not empty but excel thinks it is,,,why? frustrated in Fort Worth Excel Discussion (Misc queries) 12 April 26th 08 02:10 PM
Excel thinks a file is ReadOnly but it is not. How to fix? Don Berman Excel Discussion (Misc queries) 1 March 27th 08 05:42 PM
Excel thinks blank columns have data? Mark Brown Excel Discussion (Misc queries) 1 May 17th 07 02:33 PM
How do I search for an asterisk in an Excel file--it thinks the a. ace Excel Discussion (Misc queries) 3 December 9th 04 04:23 PM
Excel Pivot Table Template thinks it's linked to external data Tom Excel Programming 0 May 18th 04 04:36 AM


All times are GMT +1. The time now is 02:59 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"