Menu

drag and drop is not working after opening fixed assets Pro

Mark Young
2015-12-17
2016-01-23
  • Mark Young

    Mark Young - 2015-12-17

    This affects all worksheets open. Is there anyway to disable this locked down protection.

     
    • Rupert Parsons

      Rupert Parsons - 2016-01-23

      The drag & drop is disabled so that the user does not accidently corrupt the formulas. The drag & drop feature can be enabled by changing the following code in my VBA project ('Workbook')

      From:

      Application.CellDragAndDrop = False

      To:

      Application.CellDragAndDrop = True

      Let me know if you require more details or this does not work.

      Rupert

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.