Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
  • Avatar do usuário
#1495
Ola, estou tentado fazer o seguinte:

fiz um UserForm e coloquei um botão e um Textbox.

Coloquei o seguinte código no botão:
Código: Selecionar todos
Private Sub CommandButton1_Click()
Dim rCell As Excel.Range
    
    For Each rCell In Selection.Cells
Selection.Insert Shift:=xlDown
    Next rCell
End Sub
Porem, ele insere somente uma linha, mas ele deve inserir a quantidade de linhas que se coloca no Textbox.

Por exemplo, se colocarmos 12 no Textbox, e clicar no Botão ,ele deve inserir 12 linhas a partir da célula selecionada.

Também deixei a opção SHOWMODAL em False para poder clicar nas células com o Userform aberto . :mrgreen:

Outra coisa, as linhas tem que serem inseridas ABAIXO da célula selecionada .

Obrigado pela atenção . :D
#1498
Bom dia!!

Tente
Código: Selecionar todos
Option Explicit

Private Sub CommandButton1_Click()
Dim x As Integer
    x = TextBox1
    Range(ActiveCell, ActiveCell.Offset(x - 1, 0)).EntireRow.Insert Shift:=xlDown
End Sub
Att
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord