Search results

  1. H

    Solved Move row values to new columns?

    Hello, Pretty new to coding in Excel so hoping for some help in here :) We got a many .csv log files as under but with +10k rows and 88 different tagnames, I have manually deleted 85 of them to make the example in this post smaller. So what I hope to automate is that it looks like the table...
  2. H

    Print pdf files to "Adobe PDF" printer?

    Hello :) In Access I make calibration reports which I digitally sign with Adobe and that part works perfect but I have run into a small problem, now I need to merge a lot of different calibration reports into one pdf file and I can't do that as long as the reports is signed. My workaround is...
  3. H

    Line Graph line weight VBA code?

    Hello, I have a small problem with a line graph on a form, it's a "history graph" so it will only get more and more "lines" as time goes by. Problem: Changing the line weight in the line graph with VBA. I found this code online and it works for him but I get "Run-time error 438: Object...
  4. H

    Form on mouse move event?

    Hello :) Yesterday I moved from Access 2007 to 2013 because all other computers here at work is updating Office so now I have a small problem with a few of my forms. In 2007 I used "form on mouse move event" so I didn't have to use an click event on all buttons on the form, this way I would...
  5. H

    Populating Listbox based on For Each ctl?

    Hello, I have a small problem I can't resolve and I have now search the web up and down and back again so I hope this will be my final stop, at least for this problem :) I got a Form with many TextBox's named "Date****" where **** is the record ID number. So instead of having to type all the...
  6. H

    If any fields in a form is empty then

    Hello, I have a small problem I can't find the answer to, been looking and trying different things for almost two days now. I have a form with about 90 text-boxes (logging form for a test) and I am trying to make it so that when all fields are filled out then a label turn green and turn red if...
Top Bottom