Excel VBA - Selection, Active Cell, Range - Part 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 18

  • @juliowu2290
    @juliowu2290 3 ปีที่แล้ว

    YOU EXPLAINED THAT IN A VERY CLARE WAY. GOOD TEACHER. LOVE YOU.

  • @adnanwaqarsyed5794
    @adnanwaqarsyed5794 2 ปีที่แล้ว

    Thank you for explaining so clearly.

  • @ghuskia
    @ghuskia 3 ปีที่แล้ว +1

    Nicely explained. thank you

  • @floviXperia
    @floviXperia 3 ปีที่แล้ว +1

    Thank you so much for this! Great help!!! 👍🏻👍🏻

  • @tannertucker22
    @tannertucker22 4 ปีที่แล้ว +1

    This was excellent. Thank you.

  • @Romariowll
    @Romariowll 6 หลายเดือนก่อน

    There a way to get cell value automatic to a specific cell ?

  • @OfficialMoin
    @OfficialMoin 2 ปีที่แล้ว

    What would be the line of code if I just want to move the active cell to the right cell? Just one column to the right of the active cell? Please help... Expecting your reply! 🙂

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 ปีที่แล้ว

      activecell.offset(0,1).select

    • @OfficialMoin
      @OfficialMoin 2 ปีที่แล้ว

      @@ExcelGoogleSheets Thank you so much! You are a life saver :)

  • @abdullahquhtani4247
    @abdullahquhtani4247 4 ปีที่แล้ว

    Could you please put this series in a single playlist so we can follow and refer to in case we need them. Thank you.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 ปีที่แล้ว

      th-cam.com/play/PLv9Pf9aNgemseHLvmD_GNgUiuH92y1bgU.html

  • @ΚωνσταντίνοςΚατελάρης
    @ΚωνσταντίνοςΚατελάρης 2 ปีที่แล้ว

    Why selection(1,2) is same as selectionoffset(0,1)?

  • @Entertainment-us6gt
    @Entertainment-us6gt 4 ปีที่แล้ว

    In regards to another subject inside Google Sheets, how can I drag and drop cells or rows IN BETWEEN other cells or rows in Google Sheets?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 ปีที่แล้ว

      I'm not exactly sure what you're trying to do. Are you asking how to do this with a script or just in Sheets? How do you define "in between"?

    • @Entertainment-us6gt
      @Entertainment-us6gt 4 ปีที่แล้ว

      In MS Excel, you can select a row, then hover over until the cursor turns into a hand and then drag the selected row into a new place. If you press shift while doing this, it allows you to place the selected row in between two other rows. Google Sheets seems not to do this, unless you know one way to do it.