Search:

Type: Posts; User: Robbo

Page 1 of 13 1 2 3 4

Search: Search took 1.44 seconds.

  1. Excel VBA DIR but need to add username and password?

    Excel VBA DIR but need to add username and password?

    is there an easy way of updating this, without loads of code basically needs a user name and password? if run command does prompt



    If...
  2. Re: ActiveWorkbook.Worksheets("Cumulative List").AutoFilter.Sort.SortFields.Clear

    just added the sort and filter

    and worked no extra code required
  3. ActiveWorkbook.Worksheets("Cumulative List").AutoFilter.Sort.SortFields.Clear COMPLET

    Having issues with this bit of code, all my other sheets work but not this one

    Sub removeblanks()

    ActiveWorkbook.Worksheets("Cumulative List").AutoFilter.Sort.SortFields.Clear
    ...
  4. Re: VBA in Excel 2016 - Update graphs then copy sheets

    you may be on to something

    so i can select a slicer and set in VBA i then would have to force the update graphs and then do a copy to sheet.

    need to do the for all 3 jumbos but also need to...
  5. Re: VBA in Excel 2016 - Update graphs then copy sheets

    How to use for Daily reports:-

    1 Select `Name`.. Jumbo 1.
    2 Select `Date`.. today’s date example - 11/03/2021
    3 Press `Update Graphs`.
    4 Press `Print`.
    5 Select `Name`.. Jumbo 2.
    6 Repeat...
  6. Re: VBA in Excel 2016 - Update graphs then copy sheets

    Yeah the slicers are removed but there’s hidden columns someone before me did the sheet just didn’t want to have to completely re do
  7. Re: VBA in Excel 2016 - Update graphs then copy sheets

    Hiya there’s one macro which updates the original sheet but not the copy sheets

    Open the zip file and look at the update macro without copy and pasting this 6 times need it to generate the 6...
  8. Re: VBA in Excel 2016 - Update graphs then copy sheets

    Hiya basically I need to change the pivot table then save the sheet

    Any idea how I can do this ?
  9. VBA in Excel 2016 - Update graphs then copy sheets

    Just wondering if anyone can help

    need to automate an excel sheet which will run a macro to update then copy the sheet to end

    have manually done but don't even know where to start automating...
  10. Replies
    2
    Views
    1,036

    Re: Conditional format issue

    have added a zip file the cells basically want to scale from red to green if below 50 red
  11. Replies
    2
    Views
    1,036

    Conditional format issue

    excel sheet red to green on percentage

    however top part of sheet showing 50% as red

    however lower sections showing as a dark green tried format painter

    just cant get the lower fields to show...
  12. Replies
    5
    Views
    1,348

    Re: VLookup of date and time

    yes if you change the time now its working was just the format of the date which wasn't working correctly

    cheers
  13. Replies
    5
    Views
    1,348

    Re: VLookup of date and time

    think have resolved it

    had to change date formula to

    =DATE(MID(Data_log_10[@Column1],51,4),MID(Data_log_10[@Column1],48,2),MID(Data_log_10[@Column1],45,2))

    and seems to pickup correctly now
  14. Replies
    5
    Views
    1,348

    Re: VLookup of date and time

    Hiya

    doesn't quite work correctly its just showing me the last entry

    =VLOOKUP(A386&" 22:0",Jumbo1!G:H,2)

    DB_FLOW_PARA.s_ProcessValues.r_Totalizer_1;"24.09.2020 20:08:23";28997...
  15. Replies
    5
    Views
    1,348

    VLookup of date and time *RESOLVED*

    wondering if any one can help the best way to do this

    23.09.2020
    24.09.2020 JR 16484 24.09.2020 14:08:26
    25.09.2021 24.09.2020 14:08:26

    so formula for number is

    =VLOOKUP(A385&"...
  16. Re: If Now > Time(8, 0, 0) And Now < Time(8, 10, 0) Then

    think worked it out

    If Time() > TimeValue("06:00:00") And Time() < TimeValue("14:00:00") Then 'Days
    ThisWorkbook.Worksheets("Home").Range("D8:D17").Locked = True
    ElseIf Time() >...
  17. If Now > Time(8, 0, 0) And Now < Time(8, 10, 0) Then

    Trying to get excel to open and check the time then run some stuff

    If Now > Time(8, 0, 0) And Now < Time(8, 10, 0) Then 'Days
    ThisWorkbook.Worksheets("Home").Unprotect Password:="123"
    ...
  18. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    still didn't get any further on with this? anyone got a VB6 app which could start me off
  19. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    yeah offline and lock out think best to keep info in an access database for recording sourcesafe seems to show in *.ini files
  20. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    if you look on here the best thing I could find was on plant source code was called

    File/Document Management System

    however only let me use one and was set in directory which couldn't change ...
  21. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    gonna have a look at source safe, but would mean have to install on other pc`s for everyone to use?
  22. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    its not version control of VB, but version control of a file or folder, lock out when updating then increments and upload back, will have to put a logon front end etc but need something that works...
  23. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    ive been looking and found a file management application but didn't work quite rite, is there anything in VB which I could customise, sample was using a access database but only worked to one...
  24. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    really need a software version control in vb6 so can backup files, folder and lock increment backups have login access and reports who has file out what changes where made really need help with this...
  25. Replies
    12
    Views
    3,101

    Re: Version Control Application VB6

    can any one help
  26. Replies
    12
    Views
    3,101

    Version Control Application VB6

    need a starting point basically needs to be able to back up a file/s or folders, check in check out, control users and version control, lock if user has the files out, report let them know who,...
  27. Re: Help Access 2000 Subquery on report, want to put into text box?

    all sorted had the ignore dulpicate entrys on turned off worked yippy

    did it al myself no help from ere!!!
  28. Re: Help Access 2000 Subquery on report, want to put into text box?

    more info

    in text box i have this

    =DLookUp("Attended","Personnel","Date Like [Date of Training] And Title1=Title")

    and the first line gets -1 however i need to do a count on this "Attended"...
  29. Re: Help Access 2000 Subquery on report, want to put into text box?

    to help the sub query is this

    SELECT COUNT(Attended) AS Attend
    FROM Personnel
    WHERE Attended=-1 And [Date] Like [Date of Training] And Title1=Title;


    and goes on report as

    Attend
  30. Help Access 2000 Subquery on report, want to put into text box?

    basically want to put the value of the sub query into the text box have tried using the dlookup but didnt work

    have tried referenecing the child tag, no look, have run out of ideas

    if you can...
  31. Replies
    2
    Views
    757

    Re: Excel 2003 VBA Condition Format

    hiya had to do a different way as it not on change of one cell maybe 2 maybe 20, so did on activate, then check the range each cell and then change there colour if they match just means you have to...
  32. Replies
    2
    Views
    757

    Excel 2003 VBA Condition Format

    have this bit of code and works well when your typing in each cell however these values will be pasted in, multiple at a time,

    and come up with a mismatch error

    any ideas how i can get round...
  33. Replies
    9
    Views
    1,493

    Re: Excel VBA Range and Values not goin IN?

    hiya cheers for your help got this to work



    Public Sub Worksheet_Change(ByVal Target As Range)
    If Target.Column >= 6 And Target.Column < 16 Then
    Select Case Cells(Target.Row,...
  34. Replies
    9
    Views
    1,493

    Re: Excel VBA Range and Values not goin IN?

    problem is now im checking the range, which i did on first example
    then have to select the cell i want to check so target is selectiong the correct number?

    so depending where i click it will do...
  35. Replies
    9
    Views
    1,493

    Re: Excel VBA Range and Values not goin IN?

    ok well the changes are in colums 6 to 15 the total i want to check is in 16 (value) and the formatiing of color index is in 17

    this doesnt quite work correctly
  36. Replies
    9
    Views
    1,493

    Re: Excel VBA Range and Values not goin IN?

    hiya wud i be best doing this by cell then?

    whats esyest way to ammed the code its been a long day
  37. Replies
    9
    Views
    1,493

    Excel VBA Range and Values not goin IN?

    Any one help

    trying to get this to work can change the fon and cell colour but cant put a value in the CELL
    the C B A and AA

    everytime have in the code they move it back to the top so only...
  38. Replies
    0
    Views
    676

    Excel 2003 issue CountIf multiple

    been on this for about and hour and cant work it out

    have 2 columns

    on with

    C1
    C3
    C4
    C5
  39. Replies
    3
    Views
    909

    Big prob plz help excel

    basically i run a reprt from SAP and export to excel





    basically i need to find the top 10 from the list for example LINE C1 PALLET WRAPPING MACHINE and frequency and maybe cost, need easy...
  40. Re: EXCEL VBA: How To: Copy Hyperlink while Preserving Target Format [RESOLVED]

    can u helpm with my problem

    have the hyperlinks in a cell just tryin to put the hyperlink in the body of an email, can get text but want the link

    code is =




    Sub NEWACTION()
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width