Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-14-2007, 08:36 AM
Junior Member
 
Join Date: Oct 2007
Posts: 4
iTrader: (0)
IronMan is on a distinguished road
Default message box in an excel cell

Hi,
I have several worksheets which will record XYZ data. One cell has to contain a 'ABC'. I want a Message box to appear when a worksheet is opened and this cell is blank, instructing the user to enter a value, and then when the sheet is opened again with a value in this cell no message box appears.
Any suggestions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-14-2007, 08:42 AM
Junior Member
 
Join Date: Oct 2007
Posts: 4
iTrader: (0)
IronMan is on a distinguished road
Default

Sorry, I forgot to mention that I am using Office 2003.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-14-2007, 06:46 PM
Junior Member
 
Join Date: Oct 2007
Posts: 28
iTrader: (0)
BurgoEng is on a distinguished road
Wink

Hi,
Try this code.

sub worksheet_open

if application.activesheet.cells(5,2) ="" then
application.activesheet.cells(5,2).select
msgbox ("Please enter value in B5")
end if
end sub


Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-16-2007, 09:35 PM
Junior Member
 
Join Date: Oct 2007
Posts: 4
iTrader: (0)
IronMan is on a distinguished road
Thumbs up

Hi BurgoEng,
Thanks a lot for your timely advice. You saved me lot of time.
Regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-11-2007, 05:13 AM
Junior Member
 
Join Date: Oct 2007
Posts: 4
iTrader: (0)
MattJM is on a distinguished road
Default Need help with excel model

Hi,
I need to examine an Excel model but get #ref! but I do not know why? Since I am unable to examine the model. Any suggestions would be great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-11-2007, 06:35 PM
Junior Member
 
Join Date: Nov 2007
Posts: 2
iTrader: (0)
Spark92 is on a distinguished road
Default

Correct a #REF! error


Occurs when a cell reference (cell reference: The set of coordinates that a cell occupies on a worksheet. For example, the reference of the cell that appears at the intersection of column B and row 3 is B3.) is not valid.

Click the cell that displays the error, click the button that appears , and then click Trace Error if it appears.


-------------------------------------------

That is what Microsoft Excel Help provides. Check the formula for errors.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-28-2007, 01:37 PM
Junior Member
 
Join Date: Nov 2007
Posts: 1
iTrader: (0)
microbing0 is on a distinguished road
Default Drop-down menu's with colors

Hi!

I'm trying to create a spreadsheet with a drop-down menu and I would like to add color choices with the drop-down menu options.

For example, for Choice A, the color would be blue. For Choice B, the color would be red, etc.

Does anyone know how to create this? I've ran across a few articles, however, it states that macro's and programming code's are needed. I'm definently not a macro or programming specialist.!.!

Any help is appreciated! Thanks!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-07-2007, 09:12 PM
Junior Member
 
Join Date: Oct 2007
Posts: 28
iTrader: (0)
BurgoEng is on a distinguished road
Cool

Hi,
#REF! indicates a broken link - this can be caused when a cell or sheet that a formula is referring to is deleted, or it can be caused by linking to a cell that has a broken link.
Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-12-2007, 05:08 AM
Junior Member
 
Join Date: Oct 2007
Posts: 6
iTrader: (0)
AlpineMan is on a distinguished road
Default How to get rid of leading spaces?

I am trying to get rid of leading spaces. I copied three colums of text from an Outlook email message, brought it into Excel, did Text to Columns, and am left with a varying number of leading spaces prior to the text in column C. The text could start with any letter. I have tried TRIM and CLEAN with no change. If I select a cell in column C, I can backspace from the start of the text to remove the spaces.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-12-2007, 09:34 AM
Help-Desk's Avatar
Senior Member
 
Join Date: Apr 2007
Posts: 154
iTrader: (0)
Help-Desk is on a distinguished road
Lightbulb Puretext

Did you say that you stripped ALL formatting from the text that you copied? There are several free apps that sit in your quick launch bar that strip the contents of the active clipboard of all formatting tags (i.e., left with ASCII text).

One is called "Puretext". I've attached it here in a zip file.
Attached Files
File Type: zip puretext12_x86.zip (9.0 KB, 0 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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



All times are GMT -6. The time now is 07:48 AM.