Consulting

Results 1 to 3 of 3

Thread: Janela Para Controle de Registros (VBA)

  1. #1

    Janela Para Controle de Registros (VBA)

    Nesta planilha eu faço o registro dos serviços realizados nos clientes. Sendo que estas alterações de serviço sofrem diariamente:


    1 - À realizar: quando planejo visitar um cliente;
    2- Realizada: Quando o serviço foi realizado;
    3 - Reagendada: Quando planejo a visita porém ela não é feita por algum motivo. Nesse caso preciso reagendar. O reagendamento não exclui o registro original, ele cria um novo registro com o status À Realizar. O registro original muda de realização para reagendada.
    4- Cancelado: quando ele não é feito de forma alguma se torna cancelado.


    Todos os registros registrados na planilha BD são visualizados pela planilha Cro. Porém por lá não consigo editar senão bagunçará as fórmulas. Então preciso criar um VBA.


    Eu gostaria de poder EDITAR (mudar status, pesquisar, excluir, inserir um novo serviço, etc) os registros desta planilha por uma tela que já criei porém não consegui programar o VBA sem precisar sair da planilha CRO. Através do botão de controle.


    A planilha Cro está em formato de calendário.


    Toda informação que é exibida aqui (NA PLANILHA CRO) é puxada da planilha BD. eNTÃO QUALQUER ALTERAÇÃO QUE EU QUEIRA FAZER AQUI TEREI QUE IR NA OUTRA PLANILHA. Através do botão de controle é exibida uma janela onde eu gostaria de fazer todas as alterações que forem necessárias sem a necessidade de ir na planilha BD.
    Na janela controle gostaria de poder filtrar por dados, por cliente, por técnico, por código etc. Gostaria de poder perquisar, excluir, inserir um novo e salvar.
    Ficaria imensamente grato se os amigos pudessem me ajudar.

    Link do Arquivo:
    https://docs.google.com/spreadsheets...f=true&sd=true

    Attachment 31722Attachment 31722
    Attached Files Attached Files

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,293
    Location
    Welcome to VBAX carlosroston. I have translated your post into english in an effort to get better assistance.
    In this spreadsheet I record the services performed on customers. These service changes suffer daily:

    1 - To be carried out: when I plan to visit a client;
    2- Performed: When the service was performed;
    3 - Rescheduled: When I plan the visit, however, it is not done for some reason. In this case I need to reschedule. Rescheduling does not delete the original record, it creates a new record with the status To Be Done. The original record changes from achievement to rescheduled.
    4- Canceled: when it is not done in any way it becomes canceled.

    All records recorded in the BD spreadsheet are viewed by the Cro spreadsheet. But there I can't edit or it will mess up the formulas. So I need to create a VBA.

    I would like to be able to EDIT (change status, search, delete, insert a new service, etc) the records of this spreadsheet through a screen that I have already created but I could not program the VBA without having to leave the CRO spreadsheet. Via the control button.

    The Cro spreadsheet is in calendar format.

    All information that is displayed here (IN THE CRO SPREADSHEET) is pulled from the BD spreadsheet. SO ANY CHANGE I WANT TO MAKE HERE I WILL HAVE TO GO TO THE OTHER SPREADSHEET. Through the control button a window is displayed where I would like to make all the changes that are necessary without the need to go to the BD spreadsheet.
    In the control window I would like to be able to filter by data, by customer, by technician, by code, etc. I would like to be able to search, delete, insert a new one and save.
    I would be immensely grateful if friends could help me.

    File Link:
    https://docs.google.com/spreadsheets...f=true&sd=true
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    Okay, thank you very much my friend.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •