Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

true power of MS excel. update: PowerBI

Re: MS excel we give solutions. formula, codes and tutorials

:thanks: TS patambay
 
Re: MS excel we give solutions. formula, codes and tutorials

sample naman jan boss, nung may vlook up, sortings, copy and paste, from diff. excel files para sa isang report. thanks :)

if you want to see integration i strongly recommend you playing with macro recorder.
 
Re: MS excel we give solutions. formula, codes and tutorials

sir kirby, need help ako dito..

Meron akong 4 textbox, pag nag select ako ng item doon sa listbox automatic ma populate agad yong 4 textbox ko.

Gusto ko sana mag edit item value or name doon sa 4 textboxes, kaso ang problema sa code ko lahat ng name pareho ang lalabas na item name or value.

Pakit tingin nalng po sa attach file ko.

salamat po!
 

Attachments

  • Edit Listbox need Help.rar
    15.8 KB · Views: 23
Re: MS excel we give solutions. formula, codes and tutorials

sir kirby, need help ako dito..

Meron akong 4 textbox, pag nag select ako ng item doon sa listbox automatic ma populate agad yong 4 textbox ko.

Gusto ko sana mag edit item value or name doon sa 4 textboxes, kaso ang problema sa code ko lahat ng name pareho ang lalabas na item name or value.

Pakit tingin nalng po sa attach file ko.


salamat po!

bro yung sa for next mo na yun letter a. diba ang loop mo is

Code:
For a = 2 To lastrow
        If ListBox1 = Cells(a, 1) Then
            TextBox1 = Cells(a, 1)
            TextBox2 = Cells(a, 2)
            TextBox3 = Cells(a, 3)
            TextBox4 = Cells(a, 4)
            exit sub         ' <--- dagdag mo to para tumigil sa loop
        End If
        Next

gawin mo nalang public variable
Code:
public a as integer


tapos pag press mo ng edit items gawin mo

Code:
activeheets.cells(a,1) = textbox1
activesheet.cells(a,2) = textbox2
activesheet.cells(a,3) = textbox3
activesheet.cells(a,4) = textbox4

so kaya pag edit mo at press ng edit items. kung saang row ka nagstop ng loop dun sa for next dun din sya maglalagay.

lets's nagexit sub sya sa a = 16
pag press mo ng button dun ulit sya.

tapos dagdag mo nalang yung

a = 0

sa bandang simula ng Private Sub ListBox1_Click() mo

gets?
 
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials

boss pwede ba lagyan password ang excel mo pag ino open ito pra d mahack ang mga database nya ..sabi kasi ng classmate ko pwede daw pra maging secured..mas madali kasi gamitin si excel na gawing database kesa kay mysql..paturo naman po kung paano maging secured si excell salamat..
 
Re: MS excel we give solutions. formula, codes and tutorials

ok sir, try ko to...salamat!
 
Re: MS excel we give solutions. formula, codes and tutorials

boss pwede ba lagyan password ang excel mo pag ino open ito pra d mahack ang mga database nya ..sabi kasi ng classmate ko pwede daw pra maging secured..mas madali kasi gamitin si excel na gawing database kesa kay mysql..paturo naman po kung paano maging secured si excell salamat..

kasi most programs ang madali basahin is yung .csv or .txt

pwede ba malaman yun skill level mo sa excel? sorry no offense kasi kung marunong ka na sa macro madali lang to. pero kung ang gusto mo is ilock lang yung sheet pwede din. madami paraan para isecure, i love excel pero in terms of security madami marunong magtanggal ng password nun. at nagkalat din sa youtube ang pagtanggal ng password.

- - - Updated - - -

ok sir, try ko to...salamat!

bro sorry naiwan yun
ListBox1_Click() mo
gawin mo nalang ganto pala
ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
 
Re: MS excel reportings, presentations, and vba helping thre

dapat kasi iremove yung formula at ipaste mo sya as values para hindi magupdate.try this.try lang ha. hehehe

activecell.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False

tama ba pagkaunawa ko dito? kapag nilagay mo tong code na ito sa editor. lahat ng icocopy mo na may formula eh may magpapaste values automatically?

how this one works? kasi i tried to copy the code and paste sa vb editor. pero hindi nagana. eto kasi ginawa ko. naglagay ako ng formula sa a1 ng =today(). then copy and "paste only" sa b1. pero ndi naman sya naging static.
 
Re: MS excel reportings, presentations, and vba helping thre

ts help regarding this code.

just cant understand some parts of code: data scraping in extra session/mainframe.

Set myAreax = Screen.Search("DX1", 2, 2)
Screen.moveto myAreax.Top, myAreax.Left + 4

xrowx = Screen.Row
xcolumnx = Screen.col
Sheets("Pricing Input").Range("l14").Value = Replace(Screen.GetString(xrowx, xcolumnx, 5), "_", "")

yung mga text po na highlighted blue, Search("DX1", 2, 2) para saan po ba ang 2,2 ant ang 5 dito. Replace(Screen.GetString(xrowx, xcolumnx, 5), "_", "") what are the coordinates stands for. tia.
 
Re: MS excel we give solutions. formula, codes and tutorials.

I'm presently working in SPIS RIYADH, my first year of teaching as OFW, I just want to share this grading system I design yesterday but so far I have things to improve.

I want to create an auto update of student name by section.

Anyone who could be of help? Greatly appreciated, thanks a lot.
 

Attachments

  • spis.zip
    118 KB · Views: 62
  • spis by section.zip
    7.8 KB · Views: 45
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

up lang po regarding my problem, ts, any help po?
 
Re: MS excel we give solutions. formula, codes and tutorials.

up lang po regarding my problem, ts, any help po?

try mo sir gamit ng choose or offset.

check mo po attachment ko. may samples po ng choose. para magkaron k ng idea.
 

Attachments

  • sample of choose.rar
    9.7 KB · Views: 104
Re: MS excel we give solutions. formula, codes and tutorials.

:praise: WHOOO. . .newbie lang po ako paPost p maraming excel programs mamatz
 
Re: MS excel we give solutions. formula, codes and tutorials.

Sir Kirby, alam nyo po ba pano mag communicate barcode scanner sa VBA? Plano KO kasi gumamit ng barcode scanner sa vba ,kaso wala ako idea pano mag SIMULA. Salamat po.
 
Re: MS excel we give solutions. formula, codes and tutorials.

Sir Kirby, alam nyo po ba pano mag communicate barcode scanner sa VBA? Plano KO kasi gumamit ng barcode scanner sa vba ,kaso wala ako idea pano mag SIMULA. Salamat po.

Plug and Play na ang barcode, kapag sinaksak mo sa PC good to go.
Kung saan ang cursor, dun mag-aappear ang code na na-scan ng barcode mo.

Some barcode triggers carriage return after scanning, meron ding walang ganung functionality.
 
Re: MS excel we give solutions. formula, codes and tutorials.

Sir Kirby, alam nyo po ba pano mag communicate barcode scanner sa VBA? Plano KO kasi gumamit ng barcode scanner sa vba ,kaso wala ako idea pano mag SIMULA. Salamat po.

may nakita ako sa youtube bout sa barcode. pero di ko pa natry eh, nacheck mo na ba yun? wala kasi ako pinaggagamitan ng bar code eh.
 
Re: MS excel we give solutions. formula, codes and tutorials.

Plug and Play na ang barcode, kapag sinaksak mo sa PC good to go.
Kung saan ang cursor, dun mag-aappear ang code na na-scan ng barcode mo.

Some barcode triggers carriage return after scanning, meron ding walang ganung functionality.
meron pala ibat ibang klase barcode scanning? gusto ko sana mag communicate ang vba code doon sa barcode scanner, baka may ma e suggest kayo sir na forum regarding dito... salamat po!

may nakita ako sa youtube bout sa barcode. pero di ko pa natry eh, nacheck mo na ba yun? wala kasi ako pinaggagamitan ng bar code eh.
meron kasi store kakilala ko gusto nya gumamit na nag barcode scanner para doon sa POS nya, kaya nagka interest ako.hehehe
 
Re: MS excel we give solutions. formula, codes and tutorials.

meron pala ibat ibang klase barcode scanning? gusto ko sana mag communicate ang vba code doon sa barcode scanner, baka may ma e suggest kayo sir na forum regarding dito... salamat po!


meron kasi store kakilala ko gusto nya gumamit na nag barcode scanner para doon sa POS nya, kaya nagka interest ako.hehehe

nakita ko sa streaming nung nakaraan working naman yung ginawa nya eh.

check mo to.
http://www.idautomation.com/font-encoders/vba-macro/

tapos dito sa stackoverflow dami magagaling na coder dito. kaso lahat nga lang ng language

http://stackoverflow.com/questions/16112548/vba-excel-code-barcode-scanning

http://www.mrexcel.com/forum/excel-...-basic-applications-respond-barcode-scan.html

try mo check yung methods nila.

pero meron ka na ba barcode scanner dyan na pwede itest?
 
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

@ kirby21

ts pwede po ba malaman ym mo or tv need help po sana about macro thanks a lot
 
Re: MS excel reportings, presentations, and vba helping thre

pa bm po ts
 
Back
Top Bottom