Posts by meijhana

    Thank you for the help.


    I tried the above code but received an error.


    Run-time error '1004':
    Application-defined or object-defined error


    Walking through the code, it seems to get through the If line but then generates the error.



    I also realized I did not state that the hyperlink goes to a SharePoint file. I am not sure if that makes a difference.


    Again, thank you for any help
    Meijhana

    I have an excel file with a list of projects (~500). Every active project has a hyperlinked status report. I want to add a column showing the date that the hyperlinked status report was last modified (so I can keep track of who is not updating their status reports).
    Not every project in the list is active so not every row has a hyperlink.



    Project Names are in Column A along with a bunch of other information in subsequent columns.


    The Hyperlink to the Status report is listed in Column AI.


    I want to put into Column AJ the date that the hyperlinked file was last modified.


    Hyperlinks exist in Column AI between rows 4 and 500 (though not every row in column AI has a hyperlink)


    I have found a few things online but have not been able to cobble together a functioning code.
    Any help would be appreciated.


    Thank you
    Meijhana

    Columns A & B show start and end dates for particular activities and Column C shows the cost/month for those activities


    I want to have a running total of the monthly cost in columns E through M


    [TABLE="width: 930, align: center"]

    [tr]


    [td]


    [/td]


    [td]

    A

    [/td]


    [td]

    B

    [/td]


    [td]

    C

    [/td]


    [td]

    D

    [/td]


    [td]

    E

    [/td]


    [td]

    F

    [/td]


    [td]

    G

    [/td]


    [td]

    H

    [/td]


    [td]

    I

    [/td]


    [td]

    J

    [/td]


    [td]

    K

    [/td]


    [td]

    L

    [/td]


    [td]

    M

    [/td]


    [/tr]


    [tr]


    [td]

    1

    [/td]


    [td]

    Start Date

    [/td]


    [td]

    End Date

    [/td]


    [td]

    Rate

    [/td]


    [td][/td]


    [td]

    May-16

    [/td]


    [td]

    Jun-16

    [/td]


    [td]

    Jul-16

    [/td]


    [td]

    Aug-16

    [/td]


    [td]

    Sep-16

    [/td]


    [td]

    Oct-16

    [/td]


    [td]

    Nov-16

    [/td]


    [td]

    Dec-16

    [/td]


    [td]

    Jan-17

    [/td]


    [/tr]


    [tr]


    [td]

    2

    [/td]


    [td]

    5/2/2016

    [/td]


    [td]

    9/5/2016

    [/td]


    [td]

    500

    [/td]


    [td][/td]


    [td]

    500

    [/td]


    [td]

    1250

    [/td]


    [td]

    1250

    [/td]


    [td]

    1250

    [/td]


    [td]

    1250

    [/td]


    [td]

    750

    [/td]


    [td]

    750

    [/td]


    [td]

    750

    [/td]


    [td]

    0

    [/td]


    [/tr]


    [tr]


    [td]

    3

    [/td]


    [td]

    6/1/2016

    [/td]


    [td]

    12/5/2016

    [/td]


    [td]

    750

    [/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [td][/td]


    [/tr]


    [/TABLE]



    I am trying E2=SUMIFS(C:C,A:A,">="&E$1,A:A,"<"&F$1,B:B,"<"&E$1,B:B,">="&F$1)
    This is gives me a value of 0 in all months.


    Any suggestions?


    I would also like to have column C be a daily rate and the values in E through M be based on actual days worked if anyone has a good idea on how to do that.


    Thank you in advance for your help


    Meijhana

    I would like to use code to set the zoom level on all worksheets in my workbook on open of the workbook.


    I want to do this without the screen flashing through each sheet.

    I have set ScreenUpdating to False.


    The only way I could find to set the zoom level was activating the sheet, then using activewindow.zoom. Worksheets(1).Zoom did not work.
    By having to activate each sheet, set the zoom, then go to the next sheet, it is flashing through the sheets.



    Any suggestions?


    thanks!


    Meijhana

    Re: Autofilter multiple sections of same worksheet


    My ranges were all on one sheet.

    A10:M46
    A50:M60
    A62:M70

    For all the ranges, column A had the required filter criteria and for all ranges the same criteria applied.

    So I ended up just filtering A10:M70 and then using Hidden=False on the rows with heading information in the middle of the ranges.

    Probably not the most elegent solution but it worked for me.

    I will keep the table in mind for the future.

    Thanks


    Sharon

    I would like to autofilter multiple ranges of the same worksheet.

    So far I cannot even get 1 section to autofilter. I read the articles I could find on autofiltering and I thought I was doing everything correctly, but I guess not.

    The value in Cell A11 is "NFP". but it is not filtering out all the other cells.




    suggestions are greatly appreciated!

    Thanks!

    I have a selection change on worksheet "Attendance".

    Cell B2 is a Data Validation drop down with 3 options (one of which is "Non-Functional Prototype").

    When the drop down is changed, I want to perform a series of actions on all the other sheets in my workbook (i.e. mostly hide or unhide rows to show appropriate info)

    The code is below.



    I put in two little tests to make sure it was going to the correct lines. The "Hello" appears, but not the "if works". The rows in the IF statement are not hidden/unhidden as required.

    What am I not doing properly? I am sure it is something silly and I have simply not had enough coffee yet.


    Thanks

    I have multiple sheets in my workbook: alpha, beta, gamma, etc and a Summary sheet.

    On the summary sheet I would like to set-up the following data

    A B
    1 Sheet Name 1 ='Sheet Name 1'F6

    2 Alpha ??? ='A2'F6 ????

    What I have list in my B2 cell is not working. Any suggestions on how to make the formula pull the sheet name from text in another cell?

    My workbook will have a continuously growing number of sheets.
    I want the end user to be able to fill down the formulas in columns B-F, etc to prepopulate from sheets Alhpa, Beta, Gamma, ... Omega since Alpha-Omega have the same base set-up.

    thanks

    I am trying to update the name of a sheet in a workbook based on changes to the value in cell N1 of the sheet. I have looked at other threads on here and came up with the following code but it does not seem to be working.

    Any suggestions?

    Code
    Dim ws As Worksheet
        Dim wsNew As Worksheet
        If Target.Cells.Count > 2 Then Exit Sub
        On Error Resume Next
                If wSheet.Range("N1") = "" Then
                    wSheet.Name = "Sheet" & wSheet.Index
                Else
                   wSheet.Name = wSheet.Range("N1")
               End If



    Thank you very much for the help.

    I would like to unhide rows 28-32, 34-38, etc based on the value in Cell A1.

    A1 is populated by a Data Validation List.

    If A1 is changed to "Concept" I want to unhide 28-32. If A1 is changed to "Validation" I want to unhide 34-38 and rehide 28-32.

    Here is what I have so far. I do not seem to be good at the change events as they have not worked for me all day.

    [code]
    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Cells.Count > 1 Then Exit Sub
    If Not Intersect(Target, Range("A1")) Is Nothing Then
    Rows(28).EntireRow.UnHidden = (Target.Value = "Concept")
    End If
    End Sub[Code]

    thank you very much.