Search:

Type: Posts; User: abhay_547

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: Insert 2 blank rows after each cell containing text in column A

    Sorry...I want to loop from top to bottom actually and not bottom to top.. i also tried something like below but it's not working...


    Sub Test()
    Dim x As Integer
    Dim y As Integer

    y = 1
    ...
  2. Re: Insert 2 blank rows after each cell containing text in column A

    ok. I am selecting the end row in column A now... and i have removed the do loop but it's not running now..


    Sub AddBlankRows()
    '
    Dim iRow As Integer, iCol As Integer
    Dim oRng As Range
    Dim i...
  3. Re: Insert 2 blank rows after each cell containing text in column A

    Ok. I tried below but it's taking very long...and got stuck...I believe something is going wrong...so is there a easy way to find non-blank cells in column A first and if it finds a non-blank cell...
  4. Insert 2 blank rows after each cell containing text in column A

    I have column A populated with some text in cells after regular intervals.. for e.g. it starts from row A4 where i have company name and after 16 or 17 blank rows I again have one more company name...
  5. MsOf10 Re: Find values in columns and cut and paste the range of cells from columns to rows

    It cuts the data correctly but keeps pasting the data in the same cell in column D which means it's overwriting previously pasted data, it's suppose to select the last blank cell in Column D...
  6. MsOf10 Find values in columns and cut and paste the range of cells from columns to rows

    I have set of data which I want to transpose from columns to rows.. the data has same 17 headers and 25 rows of data for different companies one after another in columns and I want the same to be...
  7. MsOf10 Re: Copy a URL from a specific subject mail email body into excel worksheet

    Ok. But it's an internal email and I get it daily for some reporting...and manually downloading it takes some time...so I am trying to automate...please help me...
  8. MsOf10 Re: Copy a URL from a specific subject mail email body into excel worksheet

    I partially agree with your comment since company don't want us to send some data through emails automatically since there could be a scenario where incorrect info gets delivered to someone and hence...
  9. MsOf10 Re: Copy a URL from a specific subject mail email body into excel worksheet

    ok. It seems to be working but I get the outlook warning message .i.e. "A program is trying to access email information stored in outlook. If this is unexpected, click deny and verify your antivirus...
  10. MsOf10 Re: Copy a URL from a specific subject mail email body into excel worksheet

    ok. It seems to be working but I get the outlook warning message .i.e. "A program is trying to access email information stored in outlook. If this is unexpected, click deny and verify your antivirus...
  11. MsOf10 Copy a URL from a specific subject mail email body into excel worksheet

    I want to copy the URL/Hyperlink from an outlook email which is received daily and consists of a 2 URL/hyperlinks and I want the second URL that starts with certain text like:...
  12. MsOf10 How to filter outlook emails for a specific date

    I have the below macro which I use to download the email attachments from out with specific subject lines which are listed in an excel now i want to apply a filter on date .i.e. it should download...
  13. MsOf10 Re: Excel macro to download file from a email body URL.

    Ok. I have added the folder reference below. Now I have the subject line in Cell B2 in the Sheet1 and Received Date in the Cell B3 of Sheet1, how do I refer to the same in the restrict condition.

    ...
  14. MsOf10 Re: Excel macro to download file from a email body URL.

    My code is in excel 2010, how can filter it for a specific subject line and to search in specific outlook folder
  15. MsOf10 Excel macro to download file from a email body URL.

    I have email which I receive daily consisting of a hyperlink/URL, when i click on that link it gives me the option in internet explorer to open, save or save as, the file link is something like...
  16. Re: Macro to Filter data based on 4 Criteria's and move filtered data into another sh

    Hi westconn1 / vbfbryce, Any luck with the above macro code
  17. Re: Macro to Filter data based on 4 Criteria's and move filtered data into another sh

    yes they can be, but the price would be different so the sum total of Qty of Trade Alloc and Trade Exec line items should always match for a particular price and client name.

    may be we can try...
  18. Re: Macro to Filter data based on 4 Criteria's and move filtered data into another sh

    Nope, I have pasted the desired result in second tab .i.e. Sample Filtered Data and if you look at the first example below. Now if you see the sum Total of Qty column for Trade Alloc row items is 9...
  19. Macro to Filter data based on 4 Criteria's and move filtered data into another sheet

    I have worksheet which consists of multiple columns of data, in this worksheet I have below 4 columns on which I need to apply following filter logic and if the filter logic matches then I need to...
  20. Re: [RESOLVED] highlight duplicate rows include original instance.

    Just one last thing, it creates the duplicates sheet, even when there are zero duplicates sometimes in the sheet. can we avoid created the duplicates sheet when there are no duplicates and show a...
  21. Re: highlight duplicate rows include original instance.

    Got it. It works now. Thanks a lot. Appreciate it :)
  22. Re: [RESOLVED] Showdetail of Pivot table values based on criteria

    Now it shows Runtime error '1004' you cannot part of a pivot table report. or insert worksheet cells, rows, columns inside a pivot table report....

    highlighted error line in blue...


    Dim r As...
  23. Re: highlight duplicate rows include original instance.

    Now it shows Run time error '424' Object required on the line highlighted in blue.


    Option Explicit

    Sub IdentifyDuplicatesandmovenew()

    Dim ws1 As Worksheet
    Dim Row1 As Range
    Dim Col1 As...
  24. Re: [RESOLVED] Showdetail of Pivot table values based on criteria

    This works great. Only issue is that in the last column it starts as Match2, Match3, Match4 and so on. so basically even when it finds the first match and pastes it in the newsheet, it will tag it in...
  25. Re: highlight duplicate rows include original instance.

    Now it shows syntax error on the updated line (highlighted in blue)



    Option Explicit

    Sub IdentifyDuplicatesandmovenew()

    Dim ws1 As Worksheet
    Dim Row1 As Range
  26. Re: [RESOLVED] Showdetail of Pivot table values based on criteria

    On more thing, though, Is it possible to add a last column in the end after copying the data to newsheet, with the text "Match 1", "Match 2" and so on, as shown in the below snapshot.


    Also can...
  27. Re: highlight duplicate rows include original instance.

    Ok. I have updated the code by defining variables, but it seems something is going wrong. It shows compile error on the line highlighted in blue. Can you please help.


    Option Explicit

    Sub...
  28. Re: Showdetail of Pivot table values based on criteria

    Thanks a lot. It works as expected :)


    Sub ShowPivotDetailsmacro()
    Application.DisplayAlerts = False
    Dim r As Range, s As Worksheet
    Set s = Sheets("Pivot")
    cnt = Sheets.Count
    For rw = 5 To...
  29. Re: Showdetail of Pivot table values based on criteria

    Ok. I have tried below with combine sheets but it gets stuck on the line which is highlighted in Blue and Bold. shows "runtime error '1004' the operation cannot be completed for one of the following...
  30. Re: highlight duplicate rows include original instance.

    I tried the below but it shows errors on the lines which are highlighted in bold and blue. instead I can use the combine sheets method post running the entire macro, but I think we don't need to use...
  31. Re: Delete all worksheets except few specified worksheets from a workbook

    Great. It works. thanks a lot :)
  32. [RESOLVED] Delete all worksheets except few specified worksheets from a workbook

    I have got the below macro to delete all worksheets in a workbook except few specified ones, but it shows type mismatch error on the line highlighted in bold. I am using excel 2010 version.


    Sub...
  33. Re: Showdetail of Pivot table values based on criteria

    Ok. This works. I have made a minor tweak for the row count. another thing, is it possible to move showdetail data of each matching item into one worksheet with the same macro, instead of separate...
  34. Re: highlight duplicate rows include original instance.

    It's working but it moves each original and duplicate set of rows into a separate sheet but I want all the original and duplicate set of rows to be moved into one worksheet and name it as "Filtered...
  35. Re: highlight duplicate rows include original instance.

    There were no attachments in this thread. I have a data in which I have some duplicate rows items (spanning across multiple colums) and I want to identify those duplicate row items along with...
  36. Re: highlight duplicate rows include original instance.

    can someone help with the above code.
  37. Re: Showdetail of Pivot table values based on criteria

    can someone help with the above code.
  38. Re: Showdetail of Pivot table values based on criteria

    Ok. Since the pivot table would have multiple such matching rows, scrolling through it and clicking on each of it, is not viable option, hence i want macro to do it for me. I can apply formula to...
  39. Re: highlight duplicate rows include original instance.

    Ok. Color coding is not important, I thought it makes it easy to identify the data using colors. I just need same original set of rows and same duplicate set of rows to be identified first and then...
  40. Re: highlight duplicate rows include original instance.

    Ok. got it. in that case how do i filter for both blue and red rows at one go from base data and also I don't want to hard code the filter range (highlighted in bold). can you help



    Option...
Results 1 to 40 of 297
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width