+ Reply to Thread
Results 1 to 4 of 4

Pop Up Window Vba

Hybrid View

civilsachin Pop Up Window Vba 06-08-2014, 10:11 AM
davesexcel Re: Pop Up Window Vba 06-08-2014, 10:17 AM
zbor Re: Pop Up Window Vba 06-08-2014, 10:17 AM
civilsachin Re: Pop Up Window Vba 06-09-2014, 12:28 AM
  1. #1
    Registered User
    Join Date
    01-09-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Pop Up Window Vba

    Hello friends ,

    I have two columns in my sheets, I need to check the condition on both the column, and if both the conditions are fulfilled then i need to show a message box in VBA coding

    I have try if then for the single column, but i fail, dont know why.

    Please reply on this Asap

    my sheet contain column with integer and other column with string

    This condition check the String and the input value in column , if condition is fulfilled then it will show error message.

    Basically message show if user input the value which is exceeding.

    Awaiting your reply.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Pop Up Window Vba

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,058

    Re: Pop Up Window Vba

    Use
    Msgbox "This is wrong value: " & Range("A1").value
    Never use Merged Cells in Excel

  4. #4
    Registered User
    Join Date
    01-09-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Pop Up Window Vba

    Dear All,

    Please find the attached Sample workbook for what i looking for.

    Please see it and let me know how to show pop up error message after cheeking two condition.

    I have 10 values in string column.

    Awaiting reply.

    SampleWorkbook.xlsx

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 09-11-2013, 04:35 AM
  2. [SOLVED] Module works on window XP but not window 7 (using same Excel 2007)
    By wongwlv in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-23-2012, 12:32 AM
  3. Replies: 4
    Last Post: 02-17-2011, 08:29 AM
  4. [SOLVED] In Excel - how to delete new window created from window on tool ba
    By Doug in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-20-2006, 04:25 PM
  5. Replies: 2
    Last Post: 03-17-2006, 01:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1