Thanks for quick reply..
Help me modify
1.My Original data is in column D and sheet named "Plan"(Sheet 3)
2. Only predefined Colors to be used provided in list and option to add more colors if reqd.
3. In your macro - Colors change on new entry for previous entries.
4. When reqd. - It's better...
Hello
Found below macro to find duplicates in single column and highlight matching values, Issue with this macro is it uses only 1 color (red) and searches for duplicates in other columns
Require below pre defined colors to be added in below macro and search for duplicates in only single...
Thanks Chihiro for prompt reply.
Understand It's ideal to use email client, However for our work nv,email client isn't feasible, Coz worksheet gets passed on to other person after his\her shift is done.
So macro will assist user to intput date for last email sent and countdown should start...
Hi,
Is there a VBA code to pop up reminder message 15 mins before time provided in another cell and update original time after time lapse.
Have attached Test file with details.
Thanks for the macro , It makes life much easier , have around 1000 lines of data with dates\times
Need minor fixes
1.After running macro and if fillup color is cleared (No fill) and macro executed again,Macro doesn't clear the filled up color in matched cell columns.
2.Forgot to add this in...
Searching for VBA script to do following :
1. If color filled up in Column E cell , Search and match date\time in column D and fillup with same color.
excel version 2010
Note: Have other macros running on same spreadsheet for other activities
Trying to highlight with different colors for duplicate cells in excel 2010 across column D and E finding and matching date and time (Custom formated cells ddd mmm dd,yyyy - hh:mm AM/PM). I found this code but it throws out runtime error 91 : object variable or With Block variable not set. at...
Thanks for replying..
I have to identify the sheet and row# for me to highlight and filter the duplicates out from other sheets, As mentioned - have atleast 20 sheets of data in workbook
And sheet names could be named different too , not always sheet 1,sheet 2,sheet 3...
Hello, Using excel 2010 -Need help with a macro to compare multiple tabs in spreadsheet to find duplicate ip address in all tabs and provide output in a end new tab with existing duplicate ip address found , server name associated with ip address and tab name and row number.
Note:Since ip...
Hello,
I am trying to extract certain data from a text file(Windowsupdate1) into an Excel spreadsheet. I'm using MS Office 2010 . I saved my files as TEXT formatted files and now I need to pull information from the text files.Here is a list of the information I need to extract from the text...
hi,
Need help to get a macro to extract data from column C and paste in Column c and D
EXAMPLE :
Coloumn C has data
<html><b>04/12/13 00:44 - eocsupport:</b>
Event acknowledged, ownership assigned.
Reference ID associated with event. ID: 123456
</html>...
Aaah...iam not good with excel...if somebody cld provide a macro to join/merge data from 2 or more columns, tet separated by "_"
column A Column B Column C
APPLE ORANGE GRAPES
OUTPUT IN COLUMN A
Column A
APPle_orange_grapes
sajan - I need to join data of complete row into single cell eliminating any spaces or tabs
example :
A1 B1 C1 D1 E1 F1
APPLE GRAPES ;DELTA1 BLANK :: "D2
output reqd :
In COLUMN A1
AppleGRAPES;DELTA1::"D2
Hello ,
Can somebody help with this data, CSV Sheet contains data in multiple columns with spaces tabs and blank columns , needing to combine all data in single cell without any spaces or tabs.
macro needed -sample file attached , usually my data runs A1 TO AU5000...