Sorry if it wasn't clear...not very good at explaining stuff!
I'll try again...
A fault is reported on 01/2/2014 07:23 (this data is the same cell A1)
The fault is cleared on 03/02/2014 15:00 (this data is in the same cell B1)
I need to be able to calculate the elapsed time diffrence between...
Hi,
Can anyone help me work out a formula in excel to calculate time diffrence when part of the window stops..
EG
Flt reported 07/03/2014 12:55 flt closed 08/03/2014 13:30
The clock stops between 01:00 and 8:00 so this time is not part of the duration to fix the flt...
I have many rows of...
Hi = thanks fopr you help i have worked out how to run it...
Public Sub Column_Hide()
Worksheet_Change ([a1])
End Sub
Public Sub Worksheet_Change(ByVal Target As Range)
Dim rFound As Range
Cells.EntireColumn.Hidden = False
If Not Application.Intersect(Target, [a1]) Is Nothing Then...
I am placing the code in an active X command button, the old code i placed under a Form Controls command button.
I cant fine the new code under the other form option hence the active X.
However i now get a new error says = Ambiguous name detected: worksheet_change
Sorry i know i'm a pain and i do really appreciate this but still has an error...
same error code the line is the same place it fails
If Application.Intersect(target, [A1]) Is Nothing Then
The data is sorted in Surname order - currentlly i have 200 children registered but this is growing
Row 1 Is where the dates of the week are - if i format them they go to numbers. I have them entered as dd/mm/yy
Row 2 is the header row
Christain Name is in cell A 2
Surname is in Cell B 2...
Sorry...
I would like to print columns a,b & c, and also print any other 3 consecutive columns based on a date i manually type into cell A1.
The date match would come from from cell A1 aligning to the date in AA1, or ZZ1, etc.
Tried to show it below - Column A manually type the date in row 1...
Thats what i am doing manually every day - then unhiding and re-hiding etc as i said was just hoping some cleaver person could show me a code that would help make this easy with teh click of a button....
i can record a macro but with columns being diffrent every day it only work the day i...
The logic?
Its for a school out of hpurs club. I have to print names attendees for a register to make sure everyomne attends and no child is missing (5-8year olds)
The pupils names are in A and B, class number in C. In the other rows D onward are AM or PM attendees. I have to keep the whole...
The data in AA 1 is a date (AA is only an example it could be ZZ etc), i was going to type the date i need to print in A 1 and hopefully the macro would search and find a match then print of the data in columns A, B & C then AA, AB and AC but next to each other. There could be 70+ rows of data...
I am not using print area - i have limited macro skills so manually hide and un-hide rows to print.
Column A contains names Column B contains class numbers - then thye sheet is filled in daily for each school day with who is attending a school club = i have to keep each day for quries of who...
Hi,
I have a spreadsheet that has to columns of data in A and B, then moving accross there are columns for students attending a club i was wondering if there is a VBA code that would only print the data in Columns A & B and say Column AA if the date matches a day i could type into a cell so...
Hi,
I have a spreadsheet that has to columns of data in A and B, then moving accross there are columns for students attending a club i was wondering if there is a VBA code that would only print the data in Columns A & B and say Column AA if the date matches a day i could type into a cell so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.