Jump to content

dataoverride

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by dataoverride

  1. Ok so we've currently distrubuted activinspire 1.2 on our novell network and everything seems to be running fine apart from one major issue. If a teacher (for example) goes on their lunch break and locks the computer with activinspire running in the background and a second teacher comes in and force logs them off through the login window, the program hangs and crashes when they log in again when they run it after logging in again. Has anyone else had this issue and has anyone got a solution? Steve.
  2. UPDATE: I've have managed to allow the templates to download the next problem that is coming up is that the activex control will not install - even thought I have added the site to the trusted websites list. Does anyone know of a way to obtain the activex cab file and install it manually? Steve.
  3. Hi, Many users in our school are getting an error message online when trying to download office online templates. I've disabled the option in the administrative template that disallows this action to no effect. Any ideas guys? (See screenshot attached)
  4. the code itself is exporting a report from SIMS so the rcount is variable depending on the number of fields that are being exported.
  5. RCount = Range("A1").SpecialCells(xlCellTypeLastCell).Row
  6. Hi, I'm trying to run a macro which fills data automatically down a worksheet and I keep getting "error 1004 - Filldown method of the range class failed" The Code: Range("F1").Select ActiveCell.FormulaR1C1 = "A" Range("F1:F" + Trim(Str(RCount - 3))).Select Selection.FillDown Any ideas? Cheers, Steve.
  7. Apologies, I have resolved the issue. It appears there was two settings to enable clipart in the ADM. One under the global settings and one under the clipart settings itself.
  8. Hi I'm new here and am having issues with Office 2k7 and Clipart. We're running a novell network and have found that on our staff accounts access to Clipart online and other clipart functions has been disabled. (See attached pic.) I've set the group policy/administrative template for the staff accounts to allow this feature but the policy/template does not seem to be applying for them. Any Ideas anyone?
×
×
  • Create New...