e reached up to this level , but the code shows
>> some error now. Can anybody plz help me out.
>>
>> Regards
>>
>> -- Forwarded message --
>> From: Mahreen Ellahi
>> Date: Sat, Jun 18, 2011 at 10:25 PM
>> Subject: $$Excel-Macros$$ Exce
com] *On Behalf Of *Mahreen Ellahi
> *Sent:* Sunday, July 03, 2011 5:47 PM
>
> *To:* excel-macros@googlegroups.com
> *Subject:* Fwd: $$Excel-Macros$$ Excel Pop-ups
>
> ** **
>
> Hiii
>
> Thanks to ST Devi, I have reached up to this level , but the code
Hey thanks it worked. Perfect solution
Mahreen
On Sun, Jun 19, 2011 at 11:59 AM, STDEV(i) wrote:
> please check this vba code, hope it helps..
>
> -Standard Module
>
> Sub ExpiryWarning()
> ' siti Vi // Jakarta, 19 Jan 2011
> '
> Dim dTable As Range, t A
please check this vba code, hope it helps..
-Standard Module
Sub ExpiryWarning()
' siti Vi // Jakarta, 19 Jan 2011
'
Dim dTable As Range, t As String
Dim R As Long, N As Long, I As Integer
Set dTable = Cells(1).CurrentRegion
N = dTable.Rows.Count
Hii
I have a some data with limits expiry on different dates. I want to have
popup window to appear whenever the limit is about to expire like 15 to 30
days earlier. Can anyone help me for VBA coding.
Regards
Mahreen
--
---