Prop Sports Betting Data

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 5

  • @a1marky421
    @a1marky421 11 дней назад +1

    If you want me to automate your whole process with python ill do it for free.

  • @jefraz2003
    @jefraz2003 4 дня назад +1

    Hey T, thanks for the videos! In the string "ws.Range("B" & currentRow).PasteSpecial Paste:?xlPasteFormulas" I can't make out the character between the : and the xl. Would you be able to help? Thank you!

    • @wageredontilt1649
      @wageredontilt1649  4 дня назад

      Not sure, but here is the section of the loop:
      For currentRow = formulaRow + skipRows + 1 To lastRow Step skipRows + 1
      ws.Range("B" & formulaRow & ":H" & formulaRow).Copy
      ws.Range("B" & currentRow).PasteSpecial Paste:=xlPasteFormulas
      Next currentRow

    • @wageredontilt1649
      @wageredontilt1649  4 дня назад

      Think you meant the "=" but if not the full thing is in comment above

    • @jefraz2003
      @jefraz2003 4 дня назад +1

      Perfect! Thank you!