User Profile

Collapse

Profile Sidebar

Collapse
stingerj
stingerj
Last Activity: Feb 26 '08, 03:26 PM
Joined: Feb 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stingerj
    started a topic Start a new worksheet per month

    Start a new worksheet per month

    all my code is listed below. for all ws's, forms an modules. I need to know how to be able to open up a new workbook once the month changes. so that all of february is with february and all of march is in march etc...


    [CODE=vb]Option Explicit

    Private Sub cmdRJFH_Click()
    Dim iRow As Long
    Dim myDate As Date, newDate As Date, oldSheet As String, newSheet As String
    Dim ws As Worksheet
    ...
    See more | Go to post
    Last edited by Killer42; Feb 26 '08, 12:34 AM. Reason: Added code=vb tags

  • finding the same occurrence in the database more than twice....

    my code only allows me to check for two occurrences of the same jobname and thats all, But I need to have it check for more than two occurrences wthin the same month. on the same ws.

    here is the code i have so far.

    [CODE=vb]Dim Found As Range, temp As Range
    Set temp = ws.Columns(2).F ind(what:=JobNa me)
    If temp Is Nothing Then
    MsgBox JobName & " Not found"
    Exit Sub...
    See more | Go to post
    Last edited by Killer42; Feb 25 '08, 11:42 PM. Reason: Added code=vb tag

  • stingerj
    started a topic Sending an email or phone alert

    Sending an email or phone alert

    I need to know how to send an email to somebody if an excell worksheet say cell c11 is red and the time is 01:10am. If not an email than what about a text message to their phone.. Something to alert this person that something is late and needs to be looked at from this worksheet.
    See more | Go to post
No activity results to display
Show More
Working...