変数 VRAM を宣言しようとすると、「End of statement expected」というエラーが表示されます
Dim VRAM As String
If VRAMT.Value = 1 Then
VRAM = 256m
VRAMT.Value = 2 Then
VRAM = 512m
VRAMT.Value = 3 Then
VRAM = 768m
VRAMT.Value = 4 Then
VRAM = 1024m
VRAMT.Value = 5 Then
VRAM = 1280m
VRAMT.Value = 6 Then
VRAM = 1636m
VRAMT.Value = 7 Then
VRAM = 1792m
VRAMT.Value = 8 Then
VRAM = 2048m
End If
助けてくれてありがとう。おそらく本当に簡単ですが、うまくいかないようです:(