Search results

  1. M

    Solved Conditional Format VBA

    Hi all, I am working on a project that creates a production plan in Excel based off data from an Access Database. This was working fine until I introduced conditional formatting into the mix. I found that the range for the conditional format kept changing when the data was updated within the...
  2. M

    Opening Shared Excel documents from Access

    Hi All, I am having a bit of a unique problem with a database I am trying to create to improve processes at my work. I would like to open a shared Excel document using a button click and whilst this works perfectly on my own computer, the moment it is opened on a colleagues computer, the code...
  3. M

    VBA Coding to filter a form based on a search Combo Box

    Hi all, I am very new to access and just dipping my toes into VBA coding. I am trying to code a combo box to filter my form on the after update event. Based on my searches in forums and online, I currently have the following code though it is not working for me. Private Sub...
Back
Top Bottom