#4 Easy Pizy Super Store Application in Excel || User Level Security Login System (2021)

Поделиться
HTML-код
  • Опубликовано: 28 апр 2021
  • #ExcelVBA #UserForm #DataEntryForm #ExcelTutorial #ExcelFormula #Excela2z
    #4 Easy Pizy Super Store Application in Excel || User Level Security Login System (2021)
    **Download Store App V 1.1**
    docs.google.com/spreadsheets/...
    **Download Dynamic Canalder**
    drive.google.com/file/d/1SzL4...
    ✅ AMAZING TRICK To Add Different User Security Rights
    ✅ Inventory Management Template for Store
    ✅ Excel VAB Tutorial
    ✅ Excel a2z
    ✅ User Level Security in excel
    ✅ Inventory Management form in Excel | Step by step complete tutorial
    INVENTORY MANAGEMENT SYSTEM IN EXCEL VBA WITH SOURCE CODE
    ✅ userform in excel vba
    ✅ How to Make Application in Excel VBA
    ✅ Data Entry Form In VBA
    ✅ How to Create Registration Form With Image in Excel and VBA - Step By Step
    ✅ How to Design and Code an Excel VBA Application Like a Pro
    ✅ Fully Automated Data Entry User Form in Excel - Step By Step Tutorial
    ✅ userform in excel without vba
    ✅ userform in excel profile with photo add search update delete
    ✅ user login form in excel
    ✅ excel vba userform data entry
    ✅ PowerPoint Icons

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

  • @mustafeosman1
    @mustafeosman1 3 года назад +4

    Thanks u good video 👍👍👍🇸🇴🇸🇴🇸🇴👌👌👌💯💯💯

    • @ExcelA2Z
      @ExcelA2Z  3 года назад +1

      @Mustafe Osman Thank you boss

  • @zuberilusweka7696
    @zuberilusweka7696 3 года назад +1

    With Lots Of Love From Nairobi Kenya Keep it up Your Video Tutorial are The Best Here in RUclips plus thanks also for provide The Exact Files Free May God Bless You More

  • @ravindrapatel4591
    @ravindrapatel4591 3 года назад +3

    Very nice work done.

    • @ExcelA2Z
      @ExcelA2Z  3 года назад

      @Ravindra Patel
      Thank you boss

  • @PiyushMedicalKnowledge
    @PiyushMedicalKnowledge 3 года назад +4

    Good video keep up

  • @muhammadwaris1525
    @muhammadwaris1525 3 года назад +2

    Super 💖,

    • @ExcelA2Z
      @ExcelA2Z  3 года назад

      @muhammad waris
      Thank you

  • @shamcomputermaster2348
    @shamcomputermaster2348 2 года назад +1

    Es k 5 lecture kb upload kry ga bhai

  • @rehanakhan1962
    @rehanakhan1962 2 года назад +2

    Stores inventory could u make one with low inventory alerts and actual bill 15 and 30 percentage amount ,,,profit day wise month wise with bill receipts .GJ keep it up MR. awesome @ neighbouring country

    • @ExcelA2Z
      @ExcelA2Z  2 года назад

      @rehana khan Sure I will Soon IA...:)

  • @Makewinner
    @Makewinner 2 года назад +1

    Product ke name aur uski ret hsn ko kaise set karen VBA code me ki jaise hi koi product ka name likhen uski HSN MRP dono aa jaye. Thanks

    • @ExcelA2Z
      @ExcelA2Z  2 года назад +1

      Thank you for asking.
      Es pe video banai hui hy...play list me mil Jaye gi apko

  • @niazianimalclinic
    @niazianimalclinic Год назад

    Aoa..can you make vet hospital software for em

  • @moonbahadar5949
    @moonbahadar5949 2 года назад +1

    Sir school management py bhi full software bna dein staff management fee system marksheet system transport ...staff management..payrolll...attendence ..id card ...classes attendence . timetable management..... Etc ....

    • @ExcelA2Z
      @ExcelA2Z  2 года назад +1

      IA will create fully functional software for school college or university

    • @moonbahadar5949
      @moonbahadar5949 2 года назад

      @@ExcelA2Z INN SHA ALLAH SIR ,🥰🥰🥰🥰

  • @Makewinner
    @Makewinner 2 года назад

    बहुत अच्छा है लेकिन बहुत लेंदी कर दिया आप ने

  • @abdelahboulaeras6278
    @abdelahboulaeras6278 3 года назад +4

    Hello. Is there a possibility to make the excel file protected from copying, downloading and sending it? If this is possible, please respond to my message and explain the method, and thank you.

    • @ExcelA2Z
      @ExcelA2Z  3 года назад +1

      Yes you can...There are different ways like:

    • @ExcelA2Z
      @ExcelA2Z  3 года назад +1

      1 open the Microsoft Visual Basic for Applications window.
      2. double click ThisWorkbook in the left Project pane, and then copy and paste the below VBA code into the ThisWorkbook (Code) window.
      Private Sub Workbook_Activate()
      Application.CutCopyMode = False
      Application.OnKey "^c", ""
      Application.CellDragAndDrop = False
      End Sub
      Private Sub Workbook_Deactivate()
      Application.CellDragAndDrop = True
      Application.OnKey "^c"
      Application.CutCopyMode = False
      End Sub
      Private Sub Workbook_WindowActivate(ByVal Wn As Window)
      Application.CutCopyMode = False
      Application.OnKey "^c", ""
      Application.CellDragAndDrop = False
      End Sub
      Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
      Application.CellDragAndDrop = True
      Application.OnKey "^c"
      Application.CutCopyMode = False
      End Sub
      Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Range)
      Application.CutCopyMode = False
      End Sub
      Private Sub Workbook_SheetActivate(ByVal Sh As Object)
      Application.OnKey "^c", ""
      Application.CellDragAndDrop = False
      Application.CutCopyMode = False
      End Sub
      Private Sub Workbook_SheetDeactivate(ByVal Sh As Object)
      Application.CutCopyMode = False
      End Sub
      3. Then please press the Alt + Q keys to exit the Microsoft Visual Basic for Applications window
      Now you can’t cut or copy data from this workbook, meanwhile, data you have copied from other sheets or workbooks cannot be pasted into this workbook.
      Note: The drag and drop function is also disabled after running the above VBA code.

    • @ExcelA2Z
      @ExcelA2Z  3 года назад +1

      or you can use this method
      ruclips.net/video/eTlL-FLphDY/видео.html

  • @drrann9035
    @drrann9035 Год назад

    Last part kaha hai bhai iska mera college ka project hai parso dena hai .. maine ye 4 parts dekhke itna banaya lekin last part hai he nhi khi mai kya kru plz help

  • @saiyedalihasan9180
    @saiyedalihasan9180 2 года назад

    Sir when i open the file in excel i am getting error "run time error '9' subscript out of range" please help me sir

  • @Mahmoud-bs9lw
    @Mahmoud-bs9lw 2 года назад

    Peace be upon you brother Please do you need a program for clients?!

  • @zinnablush
    @zinnablush 3 года назад +2

    Can you please add discount and how to write the code..?

    • @ExcelA2Z
      @ExcelA2Z  3 года назад +1

      Sure will update in next video

    • @zinnablush
      @zinnablush 3 года назад +1

      Thank You and I'm waiting..

  • @santupramanik7078
    @santupramanik7078 5 месяцев назад

    Software download nehi ho raha hay

  • @kirankrishnantr
    @kirankrishnantr 2 года назад +1

    when i open the file showing this warning on first sheet.
    "Error while opening App
    Please Contact Admin"

    • @ExcelA2Z
      @ExcelA2Z  2 года назад

      Boss Download again
      Or Download Form
      docs.google.com/spreadsheets/d/1UE0jsbSLK-siw1bvuiVOnqTShGS2Qv3e/edit?usp=sharing&ouid=112833401247249062678&rtpof=true&sd=true

    • @ExcelA2Z
      @ExcelA2Z  2 года назад

      Enable content, user name and password is in the video

  • @406kamal
    @406kamal 2 года назад +1

    कैसे फाइल डाउनलोड होगा

    • @ExcelA2Z
      @ExcelA2Z  2 года назад

      @Khan please open the given link
      drive.google.com/file/d/1UE0jsbSLK-siw1bvuiVOnqTShGS2Qv3e/view
      and click on download arrow