pos

  1. S

    Scraping the web

    Who can help me, please? I'm getting crazy as the code underneath sometimes works and sometimes doesn't. I haven't got a clue when it is working and when it doensn't ... Function pbnInternet(Condition) Dim objIE As Object, ele As Object Dim pos As Integer Set objIE =...
  2. G

    VBA keeps deleting column headers

    Hi, I have a VBA code that imports values from other .csv files. I make use of "Offset" to skip the first row in each target file (column headers) and have the titles hard coded in my destination sheet. Problem is: when the entire code runs it automatially deletes all column headers. I...
  3. T

    Help with some code

    Hi All I'm currently working on some vba and encountering a issue that I can't find a answer or solution for I have within a workbook several tabs The tabs in Questions are Open POs and PO Orders My code is as follows Sub CopyData() Dim LR As Long, ALR As Long Dim MSht As String, DSht As...
  4. J

    VBA change Pivot filter date

    Hello, I'm working in a Datavision Pivot table - not sure if that makes a difference. I'm trying to change my pivot table date based on a cell value but I can't seem to find any code that works. Keep getting a runtime error 1004 "unable to get the pivotfields property of the pivotTable Class"...
  5. E

    VBA Split text string loop

    Hi, I've got a silly error here and can't think how to fix it. I have the following code that splits a text string for me based on the first space and offsets the string into the adjacent columns, that's all fine. However rather than looping through each cell in my range, it offsets the same...
  6. A

    Identify series of duplicate numbers in a cell

    I have a datasheet with duplicates values in single cell. I would like to delete them using Macro. Example: <tbody> <tbody> 108,125,98,90,113,64,89,71;61,38,57,53,51,30,39;29,25,19,7,5,61,38,57,53,51,30,39,29,25,19,7,5,61,38,57,53,51,30,39,29,25,19,7,5;61,38,57,53,51,30,39;29,25,19,7,5...
  7. M

    How to apply different levels of date filter?

    I would like to return the date ranges for which products were substituted but I'm having difficulty with the filters. I have a "sub" flag in my Orders table that indicates if a product was substituted (the product ID is different than that in our item master file). I have a calendar table...
  8. R

    Round robin tournament, result comparisons

    Hello, I'm running a round robin tournament with following table: <style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style> <tbody> Group A 1 2 3 4 5 6 7 8 MW ML FW FL FD FA POS 1 Player 1 0 2 1 0 2 2 2 4 3 9 8 1 0.53 4 2 Player 2 2 2 2 2 2 1...
  9. 5

    UPC Codes w/LEADING ZEROS & NON-Standardized Lengths &/or Templates! (help!)

    <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Version>12.00</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/>...
  10. N

    Creating an order entry form using Excel VBA

    Hello - can anyone point me in the direction of an off-the-shelf Excel solution for creating sales orders? I can't find a suitable Point of Sale system for my business and at present we do everything in Excel. The problem (and indeed beauty of Excel) is that there is too much scope for the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top